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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ and_group |
Google\Analytics\Data\V1alpha\SegmentFilterExpressionList
The SegmentFilterExpression in |
↳ or_group |
Google\Analytics\Data\V1alpha\SegmentFilterExpressionList
The SegmentFilterExpression in |
↳ not_expression |
Google\Analytics\Data\V1alpha\SegmentFilterExpression
The SegmentFilterExpression is NOT of |
↳ segment_filter |
Google\Analytics\Data\V1alpha\SegmentFilter
A primitive 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.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\SegmentFilterExpressionList|null |
hasAndGroup
setAndGroup
The SegmentFilterExpression in andGroup
have an AND relationship.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\SegmentFilterExpressionList
|
Returns | |
---|---|
Type | Description |
$this |
getOrGroup
The SegmentFilterExpression in orGroup
have an OR relationship.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\SegmentFilterExpressionList|null |
hasOrGroup
setOrGroup
The SegmentFilterExpression in orGroup
have an OR relationship.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\SegmentFilterExpressionList
|
Returns | |
---|---|
Type | Description |
$this |
getNotExpression
The SegmentFilterExpression is NOT of notExpression
.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\SegmentFilterExpression|null |
hasNotExpression
setNotExpression
The SegmentFilterExpression is NOT of notExpression
.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\SegmentFilterExpression
|
Returns | |
---|---|
Type | Description |
$this |
getSegmentFilter
A primitive segment filter.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\SegmentFilter|null |
hasSegmentFilter
setSegmentFilter
A primitive segment filter.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\SegmentFilter
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\SegmentEventFilter|null |
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.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\SegmentEventFilter
|
Returns | |
---|---|
Type | Description |
$this |
getExpr
Returns | |
---|---|
Type | Description |
string |