Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaConversionEvent

A conversion event in a Google Analytics property.

Inheritance
object
GoogleAnalyticsAdminV1alphaConversionEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaConversionEvent : IDirectResponseSchema

Properties

CountingMethod

Optional. The method by which conversions will be counted across multiple events within a session. If this value is not provided, it will be set to ONCE_PER_EVENT.

Declaration
[JsonProperty("countingMethod")]
public virtual string CountingMethod { get; set; }
Property Value
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Time when this conversion event was created in the property.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

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?

DefaultConversionValue

Optional. Defines a default value/currency for a conversion event.

Declaration
[JsonProperty("defaultConversionValue")]
public virtual GoogleAnalyticsAdminV1alphaConversionEventDefaultConversionValue DefaultConversionValue { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaConversionEventDefaultConversionValue

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX