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 messagegoogle.analytics.data.v1alpha.SegmentEventFilter
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Analytics Data V1alpha Client - Class SegmentEventFilter (0.22.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.22.3 (latest)](/php/docs/reference/analytics-data/latest/V1alpha.SegmentEventFilter)\n- [0.22.2](/php/docs/reference/analytics-data/0.22.2/V1alpha.SegmentEventFilter)\n- [0.21.1](/php/docs/reference/analytics-data/0.21.1/V1alpha.SegmentEventFilter)\n- [0.20.1](/php/docs/reference/analytics-data/0.20.1/V1alpha.SegmentEventFilter)\n- [0.19.0](/php/docs/reference/analytics-data/0.19.0/V1alpha.SegmentEventFilter)\n- [0.18.0](/php/docs/reference/analytics-data/0.18.0/V1alpha.SegmentEventFilter)\n- [0.17.1](/php/docs/reference/analytics-data/0.17.1/V1alpha.SegmentEventFilter)\n- [0.16.4](/php/docs/reference/analytics-data/0.16.4/V1alpha.SegmentEventFilter)\n- [0.14.0](/php/docs/reference/analytics-data/0.14.0/V1alpha.SegmentEventFilter)\n- [0.13.0](/php/docs/reference/analytics-data/0.13.0/V1alpha.SegmentEventFilter)\n- [0.12.0](/php/docs/reference/analytics-data/0.12.0/V1alpha.SegmentEventFilter)\n- [0.11.2](/php/docs/reference/analytics-data/0.11.2/V1alpha.SegmentEventFilter)\n- [0.10.1](/php/docs/reference/analytics-data/0.10.1/V1alpha.SegmentEventFilter)\n- [0.9.5](/php/docs/reference/analytics-data/0.9.5/V1alpha.SegmentEventFilter) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Analytics Data V1alpha Client class SegmentEventFilter.\n\nCreates a filter that matches events of a single event name. If a parameter\nfilter expression is specified, only the subset of events that match both the\nsingle event name and the parameter filter expressions match this event\nfilter.\n\nGenerated from protobuf message `google.analytics.data.v1alpha.SegmentEventFilter`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Data \\\\ V1alpha\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getEventName\n\nThis filter matches events of this single event name. Event name is\nrequired.\n\n### hasEventName\n\n### clearEventName\n\n### setEventName\n\nThis filter matches events of this single event name. Event name is\nrequired.\n\n### getSegmentParameterFilterExpression\n\nIf specified, this filter matches events that match both the single event\nname and the parameter filter expressions.\n\nInside the parameter filter expression, only parameter filters are\navailable.\n\n### hasSegmentParameterFilterExpression\n\n### clearSegmentParameterFilterExpression\n\n### setSegmentParameterFilterExpression\n\nIf specified, this filter matches events that match both the single event\nname and the parameter filter expressions.\n\nInside the parameter filter expression, only parameter filters are\navailable."]]