Class: Google::Analytics::Admin::V1alpha::AudienceFilterClause

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/audience.rb

Overview

A clause for defining either a simple or sequence filter. A filter can be inclusive (For example, users satisfying the filter clause are included in the Audience) or exclusive (For example, users satisfying the filter clause are excluded from the Audience).

Defined Under Namespace

Modules: AudienceClauseType

Instance Attribute Summary collapse

Instance Attribute Details

#clause_type::Google::Analytics::Admin::V1alpha::AudienceFilterClause::AudienceClauseType



305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 305

class AudienceFilterClause
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Specifies whether this is an include or exclude filter clause.
  module AudienceClauseType
    # Unspecified clause type.
    AUDIENCE_CLAUSE_TYPE_UNSPECIFIED = 0

    # Users will be included in the Audience if the filter clause is met.
    INCLUDE = 1

    # Users will be excluded from the Audience if the filter clause is met.
    EXCLUDE = 2
  end
end

#sequence_filter::Google::Analytics::Admin::V1alpha::AudienceSequenceFilter



305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 305

class AudienceFilterClause
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Specifies whether this is an include or exclude filter clause.
  module AudienceClauseType
    # Unspecified clause type.
    AUDIENCE_CLAUSE_TYPE_UNSPECIFIED = 0

    # Users will be included in the Audience if the filter clause is met.
    INCLUDE = 1

    # Users will be excluded from the Audience if the filter clause is met.
    EXCLUDE = 2
  end
end

#simple_filter::Google::Analytics::Admin::V1alpha::AudienceSimpleFilter



305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 305

class AudienceFilterClause
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Specifies whether this is an include or exclude filter clause.
  module AudienceClauseType
    # Unspecified clause type.
    AUDIENCE_CLAUSE_TYPE_UNSPECIFIED = 0

    # Users will be included in the Audience if the filter clause is met.
    INCLUDE = 1

    # Users will be excluded from the Audience if the filter clause is met.
    EXCLUDE = 2
  end
end