Class: Google::Analytics::Admin::V1alpha::AudienceEventFilter
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AudienceEventFilter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/audience.rb
Overview
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.
Instance Attribute Summary collapse
-
#event_name ⇒ ::String
Required.
-
#event_parameter_filter_expression ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpression
Optional.
Instance Attribute Details
#event_name ⇒ ::String
Returns Required. Immutable. The name of the event to match against.
191 192 193 194 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 191 class AudienceEventFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_parameter_filter_expression ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpression
Returns 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.
191 192 193 194 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 191 class AudienceEventFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |