Module: Google::Analytics::Admin::V1alpha::Audience::AudienceExclusionDurationMode
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/audience.rb
Overview
Specifies how long an exclusion lasts for users that meet the exclusion filter.
Constant Summary collapse
- AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED =
Not specified.
0
- EXCLUDE_TEMPORARILY =
Exclude users from the Audience during periods when they meet the filter clause.
1
- EXCLUDE_PERMANENTLY =
Exclude users from the Audience if they've ever met the filter clause.
2