Class GoogleAnalyticsAdminV1alphaEventMapping
Event setting conditions to match an event.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaEventMapping : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventName
Required. Name of the Google Analytics event. It must always be set. The max allowed display name length is 40 UTF-16 code units.
Declaration
[JsonProperty("eventName")]
public virtual string EventName { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxEventCount
The maximum number of times the event occurred. If not set, maximum event count won't be checked.
Declaration
[JsonProperty("maxEventCount")]
public virtual long? MaxEventCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
MaxEventValue
The maximum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, maximum event value won't be checked.
Declaration
[JsonProperty("maxEventValue")]
public virtual double? MaxEventValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
MinEventCount
At least one of the following four min/max values must be set. The values set will be ANDed together to qualify an event. The minimum number of times the event occurred. If not set, minimum event count won't be checked.
Declaration
[JsonProperty("minEventCount")]
public virtual long? MinEventCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
MinEventValue
The minimum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, minimum event value won't be checked.
Declaration
[JsonProperty("minEventValue")]
public virtual double? MinEventValue { get; set; }
Property Value
Type | Description |
---|---|
double? |