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 page provides documentation for `AudienceSequenceFilter.AudienceSequenceStep`, a class used in Google Analytics Admin for defining steps in an audience sequence."],["This class is a part of the `com.google.analytics.admin.v1alpha` package, and it has various versions available, with the latest version being 0.70.0."],["`AudienceSequenceFilter.AudienceSequenceStep` is a subclass of `GeneratedMessageV3` and implements `AudienceSequenceFilter.AudienceSequenceStepOrBuilder`, it is used to define a condition that must occur in a specific step order."],["The class includes fields such as `scope`, `immediately_follows`, `constraint_duration`, and `filter_expression` to define specific conditions and constraints for the audience sequence step."],["The documentation offers multiple static methods for parsing `AudienceSequenceFilter.AudienceSequenceStep` from different input types and also shows the methods used for defining and setting up the class."]]],[]]