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, with the latest version being 0.70.0."],["It details the `AudienceSequenceFilter.AudienceSequenceStep` class, which is part of a sequence filter, defining a condition that must occur in a specified order for a user to match the sequence, with versions ranging from 0.14.0 to 0.70.0."],["The documentation outlines the class's inheritance hierarchy, from `Object` to `AudienceSequenceFilter.AudienceSequenceStep`, highlighting its relationship to other classes like `AbstractMessageLite` and `GeneratedMessageV3`."],["It lists inherited members and provides detailed descriptions of static fields, static methods, and methods, alongside their parameters, return types, and any potential exceptions."],["Key attributes of `AudienceSequenceStep` are explained, including the required `scope`, the optional `constraint_duration` and `immediately_follows`, as well as the required and immutable `filter_expression`."]]],[]]