A filter that matches events of a single event name. If an event parameter
is specified, only the subset of events that match both the single event name
and the parameter filter expressions match this event filter.
Protobuf type google.analytics.admin.v1alpha.AudienceEventFilter
Optional. If specified, this filter matches events that match both the
single event name and the parameter filter expressions. AudienceEventFilter
inside the parameter filter expression cannot be set (For example, nested
event filters are not supported). This should be a single and_group of
dimension_or_metric_filter or not_expression; ANDs of ORs are not
supported. Also, if it includes a filter for "eventCount", only that one
will be considered; all the other filters will be ignored.
Optional. If specified, this filter matches events that match both the
single event name and the parameter filter expressions. AudienceEventFilter
inside the parameter filter expression cannot be set (For example, nested
event filters are not supported). This should be a single and_group of
dimension_or_metric_filter or not_expression; ANDs of ORs are not
supported. Also, if it includes a filter for "eventCount", only that one
will be considered; all the other filters will be ignored.
Optional. If specified, this filter matches events that match both the
single event name and the parameter filter expressions. AudienceEventFilter
inside the parameter filter expression cannot be set (For example, nested
event filters are not supported). This should be a single and_group of
dimension_or_metric_filter or not_expression; ANDs of ORs are not
supported. Also, if it includes a filter for "eventCount", only that one
will be considered; all the other filters will be ignored.
[[["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-03-21 UTC."],[[["This document provides reference information for the `AudienceEventFilter` class within the `google.analytics.admin.v1alpha` package, specifically for version 0.32.0 of the Google Analytics Admin Java library."],["The `AudienceEventFilter` class is used to define a filter that matches events by name and optionally by parameter filter expressions, which must match a specific event name to be considered."],["The latest version available of this documentation is 0.70.0, and the document also includes links to 51 previous versions of the `AudienceEventFilter` class, from 0.69.0 down to 0.14.0."],["This `AudienceEventFilter` class inherits from `GeneratedMessageV3` and implements `AudienceEventFilterOrBuilder`, providing various methods for creating, parsing, and manipulating `AudienceEventFilter` instances."],["The class has two static fields, `EVENT_NAME_FIELD_NUMBER` and `EVENT_PARAMETER_FILTER_EXPRESSION_FIELD_NUMBER` and two key method fields `getEventName()` and `getEventParameterFilterExpression()`, for finding the name of the event and the parameter expression."]]],[]]