Reference documentation and code samples for the Google Analytics Data V1alpha Client class SegmentFilterExpression.
Expresses combinations of segment filters.
Generated from protobuf message google.analytics.data.v1alpha.SegmentFilterExpression
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ and_group
Google\Analytics\Data\V1alpha\SegmentFilterExpressionList
The SegmentFilterExpression in andGroup
have an AND relationship.
↳ or_group
Google\Analytics\Data\V1alpha\SegmentFilterExpressionList
The SegmentFilterExpression in orGroup
have an OR relationship.
↳ not_expression
Google\Analytics\Data\V1alpha\SegmentFilterExpression
The SegmentFilterExpression is NOT of notExpression
.
↳ segment_filter
↳ segment_event_filter
Google\Analytics\Data\V1alpha\SegmentEventFilter
Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event filter.
getAndGroup
The SegmentFilterExpression in andGroup
have an AND relationship.
hasAndGroup
setAndGroup
The SegmentFilterExpression in andGroup
have an AND relationship.
$this
getOrGroup
The SegmentFilterExpression in orGroup
have an OR relationship.
hasOrGroup
setOrGroup
The SegmentFilterExpression in orGroup
have an OR relationship.
$this
getNotExpression
The SegmentFilterExpression is NOT of notExpression
.
hasNotExpression
setNotExpression
The SegmentFilterExpression is NOT of notExpression
.
$this
getSegmentFilter
A primitive segment filter.
hasSegmentFilter
setSegmentFilter
A primitive segment filter.
$this
getSegmentEventFilter
Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event filter.
hasSegmentEventFilter
setSegmentEventFilter
Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event filter.
$this
getExpr
string