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 |
| Constructor and Description |
|---|
ConversionEvents() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdmin.Properties.ConversionEvents.Create |
create(String parent,
GoogleAnalyticsAdminV1betaConversionEvent content)
Creates a conversion event with the specified attributes.
|
GoogleAnalyticsAdmin.Properties.ConversionEvents.Delete |
delete(String name)
Deletes a conversion event in a property.
|
GoogleAnalyticsAdmin.Properties.ConversionEvents.Get |
get(String name)
Retrieve a single conversion event.
|
GoogleAnalyticsAdmin.Properties.ConversionEvents.List |
list(String parent)
Returns a list of conversion events in the specified parent property.
|
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'IOExceptionCopyright © 2011–2023 Google. All rights reserved.