Optional. When set, this step must be satisfied within the constraint_duration of
the previous step (i.e., t[i] - t[i-1] <= constraint_duration). If not
set, there is no duration requirement (the duration is effectively
unlimited). It is ignored for the first step.
Optional. When set, this step must be satisfied within the constraint_duration of
the previous step (i.e., t[i] - t[i-1] <= constraint_duration). If not
set, there is no duration requirement (the duration is effectively
unlimited). It is ignored for the first step.
Optional. If true, the event satisfying this step must be the very next event
after the event satisfying the last step. If unset or false, this
step indirectly follows the prior step; for example, there may be
events between the prior step and this step. It is ignored for the
first step.
Optional. When set, this step must be satisfied within the constraint_duration of
the previous step (i.e., t[i] - t[i-1] <= constraint_duration). If not
set, there is no duration requirement (the duration is effectively
unlimited). It is ignored for the first step.
[[["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 webpage details the `AudienceSequenceFilter.AudienceSequenceStep` class, which is a crucial part of Google Analytics Admin v1alpha, specifically within the context of defining steps for user sequence matching."],["It provides a comprehensive list of versions for this class, ranging from version 0.14.0 to the latest version 0.70.0, with direct links to each version's documentation."],["The `AudienceSequenceFilter.AudienceSequenceStep` class, extending from `GeneratedMessageV3`, serves as a condition that users must meet in a specific step order to match the sequence, and it has several inherited members from its parent classes."],["Key aspects of this class include its required scope, logical filter expression, and optional settings like `constraint_duration` and `immediately_follows`, which define how and when a step is satisfied."],["The documentation outlines static fields, methods for instantiation, parsing, and object management, highlighting the class's role in handling sequence-based audience filter definitions within the Google Analytics Admin system."]]],[]]