Class GoogleAnalyticsAdminV1alphaAudienceEventTrigger
Specifies an event to log when a user joins the Audience.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAudienceEventTrigger : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventName
Required. The event name that will be logged.
Declaration
[JsonProperty("eventName")]
public virtual string EventName { get; set; }
Property Value
Type | Description |
---|---|
string |
LogCondition
Required. When to log the event.
Declaration
[JsonProperty("logCondition")]
public virtual string LogCondition { get; set; }
Property Value
Type | Description |
---|---|
string |