Enum AudienceFilterScope
Specifies how to evaluate users for joining an Audience.
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public enum AudienceFilterScope
Fields
Name | Description |
---|---|
AcrossAllSessions | User joins the Audience if the filter condition is met by any event across any session. |
Unspecified | Scope is not specified. |
WithinSameEvent | User joins the Audience if the filter condition is met within one event. |
WithinSameSession | User joins the Audience if the filter condition is met within one session. |