Reference documentation and code samples for the Google Analytics Data V1alpha Client class FunnelFilterExpression.
Expresses combinations of funnel filters.
Generated from protobuf message google.analytics.data.v1alpha.FunnelFilterExpression
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\FunnelFilterExpressionList
The FunnelFilterExpression in |
↳ or_group |
Google\Analytics\Data\V1alpha\FunnelFilterExpressionList
The FunnelFilterExpression in |
↳ not_expression |
Google\Analytics\Data\V1alpha\FunnelFilterExpression
The FunnelFilterExpression is NOT of |
↳ funnel_field_filter |
Google\Analytics\Data\V1alpha\FunnelFieldFilter
A funnel filter for a dimension or metric. |
↳ funnel_event_filter |
Google\Analytics\Data\V1alpha\FunnelEventFilter
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 FunnelFilterExpression in andGroup
have an AND relationship.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\FunnelFilterExpressionList|null |
hasAndGroup
setAndGroup
The FunnelFilterExpression in andGroup
have an AND relationship.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\FunnelFilterExpressionList
|
Returns | |
---|---|
Type | Description |
$this |
getOrGroup
The FunnelFilterExpression in orGroup
have an OR relationship.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\FunnelFilterExpressionList|null |
hasOrGroup
setOrGroup
The FunnelFilterExpression in orGroup
have an OR relationship.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\FunnelFilterExpressionList
|
Returns | |
---|---|
Type | Description |
$this |
getNotExpression
The FunnelFilterExpression is NOT of notExpression
.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\FunnelFilterExpression|null |
hasNotExpression
setNotExpression
The FunnelFilterExpression is NOT of notExpression
.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\FunnelFilterExpression
|
Returns | |
---|---|
Type | Description |
$this |
getFunnelFieldFilter
A funnel filter for a dimension or metric.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\FunnelFieldFilter|null |
hasFunnelFieldFilter
setFunnelFieldFilter
A funnel filter for a dimension or metric.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\FunnelFieldFilter
|
Returns | |
---|---|
Type | Description |
$this |
getFunnelEventFilter
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\FunnelEventFilter|null |
hasFunnelEventFilter
setFunnelEventFilter
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\FunnelEventFilter
|
Returns | |
---|---|
Type | Description |
$this |
getExpr
Returns | |
---|---|
Type | Description |
string |