Module: Google::Analytics::Admin::V1alpha::AudienceFilterScope
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/audience.rb
Overview
Specifies how to evaluate users for joining an Audience.
Constant Summary collapse
- AUDIENCE_FILTER_SCOPE_UNSPECIFIED =
Scope is not specified.
0
- AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT =
User joins the Audience if the filter condition is met within one event.
1
- AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION =
User joins the Audience if the filter condition is met within one session.
2
- AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS =
User joins the Audience if the filter condition is met by any event across any session.
3