Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaAudienceFilterExpression

A logical expression of Audience dimension, metric, or event filters.

Inheritance
object
GoogleAnalyticsAdminV1alphaAudienceFilterExpression
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 GoogleAnalyticsAdminV1alphaAudienceFilterExpression : IDirectResponseSchema

Properties

AndGroup

A list of expressions to be AND’ed together. It can only contain AudienceFilterExpressions with or_group. This must be set for the top level AudienceFilterExpression.

Declaration
[JsonProperty("andGroup")]
public virtual GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList AndGroup { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList

DimensionOrMetricFilter

A filter on a single dimension or metric. This cannot be set on the top level AudienceFilterExpression.

Declaration
[JsonProperty("dimensionOrMetricFilter")]
public virtual GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter DimensionOrMetricFilter { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter

ETag

The ETag of the item.

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

EventFilter

Creates a filter that matches a specific event. This cannot be set on the top level AudienceFilterExpression.

Declaration
[JsonProperty("eventFilter")]
public virtual GoogleAnalyticsAdminV1alphaAudienceEventFilter EventFilter { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAudienceEventFilter

NotExpression

A filter expression to be NOT'ed (For example, inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level AudienceFilterExpression.

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

OrGroup

A list of expressions to OR’ed together. It cannot contain AudienceFilterExpressions with and_group or or_group.

Declaration
[JsonProperty("orGroup")]
public virtual GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList OrGroup { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX