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.
data
array
Optional. Data for populating the Message object.
↳ and_group
↳ or_group
↳ not_expression
↳ funnel_field_filter
↳ funnel_event_filter
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.
hasAndGroup
setAndGroup
The FunnelFilterExpression in andGroup
have an AND relationship.
$this
getOrGroup
The FunnelFilterExpression in orGroup
have an OR relationship.
hasOrGroup
setOrGroup
The FunnelFilterExpression in orGroup
have an OR relationship.
$this
getNotExpression
The FunnelFilterExpression is NOT of notExpression
.
hasNotExpression
setNotExpression
The FunnelFilterExpression is NOT of notExpression
.
$this
getFunnelFieldFilter
A funnel filter for a dimension or metric.
hasFunnelFieldFilter
setFunnelFieldFilter
A funnel filter for a dimension or metric.
$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.
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.
$this
getExpr
string