Google Analytics Data V1alpha Client - Class FunnelEventFilter (0.16.3)

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
Name Description
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
Type Description
string

hasEventName

clearEventName

setEventName

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

Parameter
Name Description
var string
Returns
Type Description
$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
Type Description
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
Name Description
var Google\Analytics\Data\V1alpha\FunnelParameterFilterExpression
Returns
Type Description
$this