Class Goal.EventDetailsData
Details for the goal of the type EVENT.
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Goal.EventDetailsData
Properties
EventConditions
List of event conditions.
Declaration
[JsonProperty("eventConditions")]
public virtual IList<Goal.EventDetailsData.EventConditionsData> EventConditions { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
bool? |