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 \ V1alphaMethods
__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. |
↳ 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 | |
---|---|
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 |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\SegmentParameterFilterExpression
|
Returns | |
---|---|
Type | Description |
$this |