target.apidocs.com.google.api.services.analyticsadmin.v1beta.GoogleAnalyticsAdmin.Properties.ConversionEvents.html Maven / Gradle / Ivy
GoogleAnalyticsAdmin.Properties.ConversionEvents (Google Analytics Admin API v1beta-rev20240916-2.0.0)
com.google.api.services.analyticsadmin.v1beta
Class GoogleAnalyticsAdmin.Properties.ConversionEvents
- java.lang.Object
-
- com.google.api.services.analyticsadmin.v1beta.GoogleAnalyticsAdmin.Properties.ConversionEvents
-
- Enclosing class:
- GoogleAnalyticsAdmin.Properties
public class GoogleAnalyticsAdmin.Properties.ConversionEvents
extends Object
The "conversionEvents" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
ConversionEvents()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
create
public GoogleAnalyticsAdmin.Properties.ConversionEvents.Create create(String parent,
GoogleAnalyticsAdminV1betaConversionEvent content)
throws IOException
Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified
attributes.
Create a request for the method "conversionEvents.create".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The resource name of the parent property where this conversion event will be created.
Format: properties/123
content
- the GoogleAnalyticsAdminV1betaConversionEvent
- Returns:
- the request
- Throws:
IOException
-
delete
public GoogleAnalyticsAdmin.Properties.ConversionEvents.Delete delete(String name)
throws IOException
Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property.
Create a request for the method "conversionEvents.delete".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The resource name of the conversion event to delete. Format:
properties/{property}/conversionEvents/{conversion_event} Example:
"properties/123/conversionEvents/456"
- Returns:
- the request
- Throws:
IOException
-
get
public GoogleAnalyticsAdmin.Properties.ConversionEvents.Get get(String name)
throws IOException
Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.
Create a request for the method "conversionEvents.get".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The resource name of the conversion event to retrieve. Format:
properties/{property}/conversionEvents/{conversion_event} Example:
"properties/123/conversionEvents/456"
- Returns:
- the request
- Throws:
IOException
-
list
public GoogleAnalyticsAdmin.Properties.ConversionEvents.List list(String parent)
throws IOException
Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified
parent property. Returns an empty list if no conversion events are found.
Create a request for the method "conversionEvents.list".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The resource name of the parent property. Example: 'properties/123'
- Returns:
- the request
- Throws:
IOException
-
patch
public GoogleAnalyticsAdmin.Properties.ConversionEvents.Patch patch(String name,
GoogleAnalyticsAdminV1betaConversionEvent content)
throws IOException
Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified
attributes.
Create a request for the method "conversionEvents.patch".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Output only. Resource name of this conversion event. Format:
properties/{property}/conversionEvents/{conversion_event}
content
- the GoogleAnalyticsAdminV1betaConversionEvent
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.