Optional. Indicates whether this filter needs dynamic evaluation or not. If
set to true, users join the Audience if they ever met the condition (static
evaluation). If unset or set to false, user evaluation for an Audience is
dynamic; users are added to an Audience when they meet the conditions and
then removed when they no longer meet them.
This can only be set when Audience scope is ACROSS_ALL_SESSIONS.
Required. Immutable. The dimension name or metric name to filter. If the
field name refers to a custom dimension or metric, a scope prefix will be
added to the front of the custom dimensions or metric name. For more on
scope prefixes or custom dimensions/metrics, reference the Google
Analytics Data API documentation.
Required. Immutable. The dimension name or metric name to filter. If the
field name refers to a custom dimension or metric, a scope prefix will be
added to the front of the custom dimensions or metric name. For more on
scope prefixes or custom dimensions/metrics, reference the Google
Analytics Data API documentation.
Optional. If set, specifies the time window for which to evaluate data in
number of days. If not set, then audience data is evaluated against
lifetime data (For example, infinite time window).
For example, if set to 1 day, only the current day's data is evaluated. The
reference point is the current day when at_any_point_in_time is unset or
false.
It can only be set when Audience scope is ACROSS_ALL_SESSIONS and cannot be
greater than 60 days.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `AudienceDimensionOrMetricFilter` is 0.70.0, with numerous previous versions available for reference, starting as early as 0.14.0."],["This class, `AudienceDimensionOrMetricFilter`, is a subclass of `GeneratedMessageV3` and is part of the `google.analytics.admin.v1alpha` package, providing audience filtering capabilities."],["`AudienceDimensionOrMetricFilter` offers various filtering methods, including numeric, string, in-list, and between filters, along with options for dynamic evaluation and time window settings, as seen through the existence of methods such as `getNumericFilter()`, `getStringFilter()` and `getInAnyNDayPeriod()`."],["Key functionalities include creating new builders, checking for initialization, and managing field access, such as obtaining the field accessor table via `internalGetFieldAccessorTable()` or constructing new builders with `newBuilderForType()` and `newBuilderForType(GeneratedMessageV3.BuilderParent parent)`."],["The class includes static fields like `AT_ANY_POINT_IN_TIME_FIELD_NUMBER`, and static methods like `getDefaultInstance()` and `parser()`, suggesting it's designed for structured data handling and serialization."]]],[]]