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."],[[["This webpage documents various versions of the `AudienceSequenceFilter.AudienceSequenceStep` class, part of the Google Analytics Admin API for Java, with version 0.70.0 being the latest."],["The `AudienceSequenceFilter.AudienceSequenceStep` class defines a condition that must be met for a user to match a sequence within an audience."],["This class is part of the `com.google.analytics.admin.v1alpha` package, and it inherits from `GeneratedMessageV3`, implementing the `AudienceSequenceFilter.AudienceSequenceStepOrBuilder` interface."],["The class includes optional constraint duration settings and required immutable filter expressions to define the conditions within a step sequence, with methods to get information about each of those as well as other factors."],["There are numerous static methods available for creating, parsing, and working with instances of `AudienceSequenceFilter.AudienceSequenceStep`, including those for input and output streams, byte buffers, and coded input streams."]]],[]]