Reference documentation and code samples for the Google Analytics Data V1alpha Client class 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.
Generated from protobuf message google.analytics.data.v1alpha.FunnelEventFilter
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ event_name
string
This filter matches events of this single event name. Event name is required.
↳ funnel_parameter_filter_expression
Google\Analytics\Data\V1alpha\FunnelParameterFilterExpression
If specified, this filter matches events that match both the single event name and the parameter filter expressions. Inside the parameter filter expression, only parameter filters are available.
getEventName
This filter matches events of this single event name. Event name is required.
string
hasEventName
clearEventName
setEventName
This filter matches events of this single event name. Event name is required.
var
string
$this
getFunnelParameterFilterExpression
If specified, this filter matches events that match both the single event name and the parameter filter expressions.
Inside the parameter filter expression, only parameter filters are available.
hasFunnelParameterFilterExpression
clearFunnelParameterFilterExpression
setFunnelParameterFilterExpression
If specified, this filter matches events that match both the single event name and the parameter filter expressions.
Inside the parameter filter expression, only parameter filters are available.
$this