Show / Hide Table of Contents

Class ConversionEvent

A conversion event in a Google Analytics property.

Inheritance
System.Object
ConversionEvent
Implements
Google.Protobuf.IMessage<ConversionEvent>
System.IEquatable<ConversionEvent>
Google.Protobuf.IDeepCloneable<ConversionEvent>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ConversionEvent : IMessage<ConversionEvent>, IEquatable<ConversionEvent>, IDeepCloneable<ConversionEvent>, IBufferMessage, IMessage

Constructors

ConversionEvent()

Declaration
public ConversionEvent()

ConversionEvent(ConversionEvent)

Declaration
public ConversionEvent(ConversionEvent other)
Parameters
Type Name Description
ConversionEvent other

Properties

ConversionEventName

ConversionEventName-typed view over the Name resource name property.

Declaration
public ConversionEventName ConversionEventName { get; set; }
Property Value
Type Description
ConversionEventName

CreateTime

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

Declaration
public Timestamp CreateTime { get; set; }
Property Value
Type Description
Google.Protobuf.WellKnownTypes.Timestamp

EventName

Immutable. The event name for this conversion event. Examples: 'click', 'purchase'

Declaration
public string EventName { get; set; }
Property Value
Type Description
System.String

IsDeletable

Output only. If set, this event can currently be deleted via DeleteConversionEvent.

Declaration
public bool IsDeletable { get; set; }
Property Value
Type Description
System.Boolean

Name

Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top