Class: Google::Analytics::Admin::V1alpha::Audience
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::Audience
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/audience.rb
Overview
A resource message representing an Audience.
Defined Under Namespace
Modules: AudienceExclusionDurationMode
Instance Attribute Summary collapse
-
#ads_personalization_enabled ⇒ ::Boolean
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Required.
-
#display_name ⇒ ::String
Required.
-
#event_trigger ⇒ ::Google::Analytics::Admin::V1alpha::AudienceEventTrigger
Optional.
-
#exclusion_duration_mode ⇒ ::Google::Analytics::Admin::V1alpha::Audience::AudienceExclusionDurationMode
Immutable.
-
#filter_clauses ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AudienceFilterClause>
Required.
-
#membership_duration_days ⇒ ::Integer
Required.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#ads_personalization_enabled ⇒ ::Boolean (readonly)
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |
#description ⇒ ::String
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |
#display_name ⇒ ::String
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |
#event_trigger ⇒ ::Google::Analytics::Admin::V1alpha::AudienceEventTrigger
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |
#exclusion_duration_mode ⇒ ::Google::Analytics::Admin::V1alpha::Audience::AudienceExclusionDurationMode
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |
#filter_clauses ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AudienceFilterClause>
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |
#membership_duration_days ⇒ ::Integer
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |
#name ⇒ ::String (readonly)
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 408 class Audience include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how long an exclusion lasts for users that meet the exclusion # filter. module AudienceExclusionDurationMode # Not specified. AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0 # Exclude users from the Audience during periods when they meet the # filter clause. EXCLUDE_TEMPORARILY = 1 # Exclude users from the Audience if they've ever met the filter clause. EXCLUDE_PERMANENTLY = 2 end end |