Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaAudienceEventFilter

A filter that matches events of a single event name. If an event parameter is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event filter.

Inheritance
object
GoogleAnalyticsAdminV1alphaAudienceEventFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAudienceEventFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventName

Required. Immutable. The name of the event to match against.

Declaration
[JsonProperty("eventName")]
public virtual string EventName { get; set; }
Property Value
Type Description
string

EventParameterFilterExpression

Optional. If specified, this filter matches events that match both the single event name and the parameter filter expressions. AudienceEventFilter inside the parameter filter expression cannot be set (For example, nested event filters are not supported). This should be a single and_group of dimension_or_metric_filter or not_expression; ANDs of ORs are not supported. Also, if it includes a filter for "eventCount", only that one will be considered; all the other filters will be ignored.

Declaration
[JsonProperty("eventParameterFilterExpression")]
public virtual GoogleAnalyticsAdminV1alphaAudienceFilterExpression EventParameterFilterExpression { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAudienceFilterExpression

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX