Optional. When set, this step must be satisfied within the
constraint_duration of the previous step (For example, 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 (For example, 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 (For example, 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-04-09 UTC."],[[["The webpage provides documentation for the `AudienceSequenceFilter.AudienceSequenceStep` class within the Google Analytics Admin API, specifically for the Java programming language."],["The latest version of the documentation is for version 0.70.0, with a descending list of previous versions, down to version 0.14.0, each linking to its respective documentation page."],["`AudienceSequenceFilter.AudienceSequenceStep` is a condition in the Google Analytics Admin API that must occur in a specified order for a user to match a sequence, and is within the `com.google.analytics.admin.v1alpha` package."],["This class inherits from `GeneratedMessageV3` and implements `AudienceSequenceFilter.AudienceSequenceStepOrBuilder` and has several inherited members, static fields, and static methods, and methods pertaining to handling and parsing data."],["The documentation includes information about the `constraint_duration`, `filter_expression`, `immediately_follows`, and `scope` fields which help define the requirements of the sequence filter."]]],[]]