Show / Hide Table of Contents

Class Goal.EventDetailsData

Details for the goal of the type EVENT.

Inheritance
object
Goal.EventDetailsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?
In this article
Back to top Generated by DocFX