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-17 UTC."],[[["This webpage provides documentation for the `AudienceSequenceFilter.AudienceSequenceStep` class within the Google Analytics Admin API, specifically for the Java programming language, with the most recent version at 0.70.0, and the current version of the page being 0.62.0."],["The `AudienceSequenceFilter.AudienceSequenceStep` class, extending from `GeneratedMessageV3`, defines a condition that must be met in a specified order for a user to match an audience sequence, and it is part of the `com.google.analytics.admin.v1alpha` package."],["The documentation details the class's inheritance, implemented interfaces, inherited members, static fields (like `CONSTRAINT_DURATION_FIELD_NUMBER`, `FILTER_EXPRESSION_FIELD_NUMBER` etc.), static methods (such as `getDefaultInstance`, `newBuilder`, `parseFrom` and `getDescriptor`), and methods (`equals`, `getConstraintDuration`, `getFilterExpression` etc.) that provide functionality for manipulating the data."],["The `AudienceSequenceFilter.AudienceSequenceStep` includes specifications such as `scope`, `immediately_follows`, `constraint_duration`, and `filter_expression`, which define how steps in the sequence are evaluated."],["The page also contains a chronological list of versions, from 0.70.0 down to 0.14.0, each of which links to the respective documentation for the same class in that version, for those needing older API's."]]],[]]