Google Analytics Data V1alpha Client - Class SegmentEventFilter (0.14.0)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class SegmentEventFilter.

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.SegmentEventFilter

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.

↳ segment_parameter_filter_expression Google\Analytics\Data\V1alpha\SegmentParameterFilterExpression

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

getSegmentParameterFilterExpression

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\SegmentParameterFilterExpression|null

hasSegmentParameterFilterExpression

clearSegmentParameterFilterExpression

setSegmentParameterFilterExpression

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\SegmentParameterFilterExpression
Returns
TypeDescription
$this