Google Analytics Data V1alpha Client - Class FunnelEventFilter (0.14.0)

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 \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

hasEventName

clearEventName

setEventName

This filter matches events of this single event name. Event name is required.

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Returns
TypeDescription
Google\Analytics\Data\V1alpha\FunnelParameterFilterExpression|null

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.

Parameter
NameDescription
var Google\Analytics\Data\V1alpha\FunnelParameterFilterExpression
Returns
TypeDescription
$this