Class GoogleAnalyticsAdminV1alphaConversionEvent
A conversion event in a Google Analytics property.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaConversionEvent : IDirectResponseSchema
Properties
CreateTime
Output only. Time when this conversion event was created in the property.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Custom
Output 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.
Declaration
[JsonProperty("custom")]
public virtual bool? Custom { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Deletable
Output only. If set, this event can currently be deleted with DeleteConversionEvent.
Declaration
[JsonProperty("deletable")]
public virtual bool? Deletable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventName
Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
Declaration
[JsonProperty("eventName")]
public virtual string EventName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |