public class GoogleAnalyticsAdmin.Properties.ConversionEvents extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleAnalyticsAdmin.Properties.ConversionEvents.Create |
class |
GoogleAnalyticsAdmin.Properties.ConversionEvents.Delete |
class |
GoogleAnalyticsAdmin.Properties.ConversionEvents.Get |
class |
GoogleAnalyticsAdmin.Properties.ConversionEvents.List |
class |
GoogleAnalyticsAdmin.Properties.ConversionEvents.Patch |
| Constructor and Description |
|---|
ConversionEvents() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdmin.Properties.ConversionEvents.Create |
create(String parent,
GoogleAnalyticsAdminV1betaConversionEvent content)
Deprecated: Use `CreateKeyEvent` instead.
|
GoogleAnalyticsAdmin.Properties.ConversionEvents.Delete |
delete(String name)
Deprecated: Use `DeleteKeyEvent` instead.
|
GoogleAnalyticsAdmin.Properties.ConversionEvents.Get |
get(String name)
Deprecated: Use `GetKeyEvent` instead.
|
GoogleAnalyticsAdmin.Properties.ConversionEvents.List |
list(String parent)
Deprecated: Use `ListKeyEvents` instead.
|
GoogleAnalyticsAdmin.Properties.ConversionEvents.Patch |
patch(String name,
GoogleAnalyticsAdminV1betaConversionEvent content)
Deprecated: Use `UpdateKeyEvent` instead.
|
public GoogleAnalyticsAdmin.Properties.ConversionEvents.Create create(String parent, GoogleAnalyticsAdminV1betaConversionEvent content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the parent property where this conversion event will be created.
Format: properties/123content - the GoogleAnalyticsAdminV1betaConversionEventIOExceptionpublic GoogleAnalyticsAdmin.Properties.ConversionEvents.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the conversion event to delete. Format:
properties/{property}/conversionEvents/{conversion_event} Example:
"properties/123/conversionEvents/456"IOExceptionpublic GoogleAnalyticsAdmin.Properties.ConversionEvents.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the conversion event to retrieve. Format:
properties/{property}/conversionEvents/{conversion_event} Example:
"properties/123/conversionEvents/456"IOExceptionpublic GoogleAnalyticsAdmin.Properties.ConversionEvents.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the parent property. Example: 'properties/123'IOExceptionpublic GoogleAnalyticsAdmin.Properties.ConversionEvents.Patch patch(String name, GoogleAnalyticsAdminV1betaConversionEvent content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name of this conversion event. Format:
properties/{property}/conversionEvents/{conversion_event}content - the GoogleAnalyticsAdminV1betaConversionEventIOExceptionCopyright © 2011–2024 Google. All rights reserved.