Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AudienceFilterExpression.
A logical expression of Audience dimension, metric, or event filters.
Generated from protobuf message google.analytics.admin.v1alpha.AudienceFilterExpression
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ and_group
Google\Analytics\Admin\V1alpha\AudienceFilterExpressionList
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.
↳ or_group
Google\Analytics\Admin\V1alpha\AudienceFilterExpressionList
A list of expressions to OR’ed together. It cannot contain AudienceFilterExpressions with and_group or or_group.
↳ not_expression
Google\Analytics\Admin\V1alpha\AudienceFilterExpression
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.
↳ dimension_or_metric_filter
Google\Analytics\Admin\V1alpha\AudienceDimensionOrMetricFilter
A filter on a single dimension or metric. This cannot be set on the top level AudienceFilterExpression.
↳ event_filter
Google\Analytics\Admin\V1alpha\AudienceEventFilter
Creates a filter that matches a specific event. This cannot be set on the top level AudienceFilterExpression.
getAndGroup
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.
hasAndGroup
setAndGroup
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.
$this
getOrGroup
A list of expressions to OR’ed together. It cannot contain AudienceFilterExpressions with and_group or or_group.
hasOrGroup
setOrGroup
A list of expressions to OR’ed together. It cannot contain AudienceFilterExpressions with and_group or or_group.
$this
getNotExpression
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.
hasNotExpression
setNotExpression
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.
$this
getDimensionOrMetricFilter
A filter on a single dimension or metric. This cannot be set on the top level AudienceFilterExpression.
hasDimensionOrMetricFilter
setDimensionOrMetricFilter
A filter on a single dimension or metric. This cannot be set on the top level AudienceFilterExpression.
$this
getEventFilter
Creates a filter that matches a specific event. This cannot be set on the top level AudienceFilterExpression.
hasEventFilter
setEventFilter
Creates a filter that matches a specific event. This cannot be set on the top level AudienceFilterExpression.
$this
getExpr
string