Show / Hide Table of Contents

Class Goal.EventDetailsData

Details for the goal of the type EVENT.

Inheritance
System.Object
Goal.EventDetailsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class EventDetailsData

Properties

EventConditions

List of event conditions.

Declaration
[JsonProperty("eventConditions")]
public virtual IList<Goal.EventDetailsData.EventConditionsData> EventConditions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Goal.EventDetailsData.EventConditionsData>

UseEventValue

Determines if the event value should be used as the value for this goal.

Declaration
[JsonProperty("useEventValue")]
public virtual bool? UseEventValue { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
In This Article
Back to top