Class: Google::Analytics::Admin::V1alpha::AudienceFilterExpression
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AudienceFilterExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/audience.rb
Overview
A logical expression of Audience dimension, metric, or event filters.
Instance Attribute Summary collapse
-
#and_group ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpressionList
A list of expressions to be AND’ed together.
-
#dimension_or_metric_filter ⇒ ::Google::Analytics::Admin::V1alpha::AudienceDimensionOrMetricFilter
A filter on a single dimension or metric.
-
#event_filter ⇒ ::Google::Analytics::Admin::V1alpha::AudienceEventFilter
Creates a filter that matches a specific event.
-
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpression
A filter expression to be NOT'ed (For example, inverted, complemented).
-
#or_group ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpressionList
A list of expressions to OR’ed together.
Instance Attribute Details
#and_group ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpressionList
Returns A list of expressions to be AND’ed together. It can only contain AudienceFilterExpressions with or_group. This must be set for the top level AudienceFilterExpression.
Note: The following fields are mutually exclusive: and_group
, or_group
, not_expression
, dimension_or_metric_filter
, event_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
241 242 243 244 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 241 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dimension_or_metric_filter ⇒ ::Google::Analytics::Admin::V1alpha::AudienceDimensionOrMetricFilter
Returns A filter on a single dimension or metric. This cannot be set on the top level AudienceFilterExpression.
Note: The following fields are mutually exclusive: dimension_or_metric_filter
, and_group
, or_group
, not_expression
, event_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
241 242 243 244 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 241 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_filter ⇒ ::Google::Analytics::Admin::V1alpha::AudienceEventFilter
Returns Creates a filter that matches a specific event. This cannot be set on the top level AudienceFilterExpression.
Note: The following fields are mutually exclusive: event_filter
, and_group
, or_group
, not_expression
, dimension_or_metric_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
241 242 243 244 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 241 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpression
Returns A filter expression to be NOT'ed (For example, inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level AudienceFilterExpression.
Note: The following fields are mutually exclusive: not_expression
, and_group
, or_group
, dimension_or_metric_filter
, event_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
241 242 243 244 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 241 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#or_group ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpressionList
Returns A list of expressions to OR’ed together. It cannot contain AudienceFilterExpressions with and_group or or_group.
Note: The following fields are mutually exclusive: or_group
, and_group
, not_expression
, dimension_or_metric_filter
, event_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
241 242 243 244 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 241 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |