PropertiesConversionEvents
class PropertiesConversionEvents extends Resource (View source)
The "conversionEvents" collection of methods.
Typical usage is:
$analyticsadminService = new Google\Service\GoogleAnalyticsAdmin(...);
$conversionEvents = $analyticsadminService->properties_conversionEvents;
Methods
Deprecated: Use CreateKeyEvent
instead. Creates a conversion event with the
specified attributes. (conversionEvents.create)
Deprecated: Use DeleteKeyEvent
instead. Deletes a conversion event in a
property. (conversionEvents.delete)
Deprecated: Use GetKeyEvent
instead. Retrieve a single conversion event.
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. (conversionEvents.listPropertiesConversionEvents)
Deprecated: Use UpdateKeyEvent
instead. Updates a conversion event with the
specified attributes. (conversionEvents.patch)
Details
GoogleAnalyticsAdminV1betaConversionEvent
create(string $parent, GoogleAnalyticsAdminV1betaConversionEvent $postBody, array $optParams = [])
Deprecated: Use CreateKeyEvent
instead. Creates a conversion event with the
specified attributes. (conversionEvents.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deprecated: Use DeleteKeyEvent
instead. Deletes a conversion event in a
property. (conversionEvents.delete)
GoogleAnalyticsAdminV1betaConversionEvent
get(string $name, array $optParams = [])
Deprecated: Use GetKeyEvent
instead. Retrieve a single conversion event.
(conversionEvents.get)
GoogleAnalyticsAdminV1betaListConversionEventsResponse
listPropertiesConversionEvents(string $parent, array $optParams = [])
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. (conversionEvents.listPropertiesConversionEvents)
GoogleAnalyticsAdminV1betaConversionEvent
patch(string $name, GoogleAnalyticsAdminV1betaConversionEvent $postBody, array $optParams = [])
Deprecated: Use UpdateKeyEvent
instead. Updates a conversion event with the
specified attributes. (conversionEvents.patch)