Reference documentation and code samples for the Google Analytics Data V1beta Client class FilterExpression.
To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.
Generated from protobuf message google.analytics.data.v1beta.FilterExpression
Namespace
Google \ Analytics \ Data \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ and_group
↳ or_group
↳ not_expression
↳ filter
Filter
A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.
getAndGroup
The FilterExpressions in and_group have an AND relationship.
hasAndGroup
setAndGroup
The FilterExpressions in and_group have an AND relationship.
$this
getOrGroup
The FilterExpressions in or_group have an OR relationship.
hasOrGroup
setOrGroup
The FilterExpressions in or_group have an OR relationship.
$this
getNotExpression
The FilterExpression is NOT of not_expression.
hasNotExpression
setNotExpression
The FilterExpression is NOT of not_expression.
$this
getFilter
A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.
hasFilter
setFilter
A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.
$this
getExpr
string