Skip to main content

conversion_events

Overview

Nameconversion_events
TypeResource
Idgoogleanalytics.analyticsadmin.conversion_events

Fields

NameDatatypeDescription
namestringOutput only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
custombooleanOutput only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
deletablebooleanOutput only. If set, this event can currently be deleted via DeleteConversionEvent.
eventNamestringImmutable. The event name for this conversion event. Examples: 'click', 'purchase'
createTimestringOutput only. Time when this conversion event was created in the property.

Methods

NameAccessible byRequired ParamsDescription
properties_conversionEvents_getSELECTconversionEventsId, propertiesIdRetrieve a single conversion event.
properties_conversionEvents_listSELECTpropertiesIdReturns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.
properties_conversionEvents_createINSERTpropertiesIdCreates a conversion event with the specified attributes.
properties_conversionEvents_deleteDELETEconversionEventsId, propertiesIdDeletes a conversion event in a property.