Class Goal.EventDetailsData.EventConditionsData
List of event conditions.
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Goal.EventDetailsData.EventConditionsData
Properties
ComparisonType
Type of comparison. Possible values are LESS_THAN, GREATER_THAN or EQUAL.
Declaration
[JsonProperty("comparisonType")]
public virtual string ComparisonType { get; set; }
Property Value
Type | Description |
---|---|
string |
ComparisonValue
Value used for this comparison.
Declaration
[JsonProperty("comparisonValue")]
public virtual long? ComparisonValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
Expression
Expression used for this match.
Declaration
[JsonProperty("expression")]
public virtual string Expression { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchType
Type of the match to be performed. Possible values are REGEXP, BEGINS_WITH, or EXACT.
Declaration
[JsonProperty("matchType")]
public virtual string MatchType { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of this event condition. Possible values are CATEGORY, ACTION, LABEL, or VALUE.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |