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 page lists the Java documentation for `AudienceSequenceFilter.AudienceSequenceStep` across multiple versions, ranging from version 0.14.0 to the latest version 0.70.0, all under the Google Analytics Admin API."],["`AudienceSequenceFilter.AudienceSequenceStep` is defined as a condition in the sequence that must occur in the specified step order for a user to match the sequence."],["This documentation provides detailed information on the class's static fields, such as `CONSTRAINT_DURATION_FIELD_NUMBER`, `FILTER_EXPRESSION_FIELD_NUMBER`, and `IMMEDIATELY_FOLLOWS_FIELD_NUMBER`, and static methods like `getDefaultInstance`, `newBuilder`, and `parseFrom`."],["Inherited methods like `equals`, `hashCode`, `getSerializedSize`, `getUnknownFields`, `isInitialized`, and `writeTo` from various classes such as `AbstractMessage`, `AbstractMessageLite`, and `GeneratedMessageV3` are also documented in addition to the specific methods of this class."],["Key methods such as `getConstraintDuration`, `getFilterExpression`, `getImmediatelyFollows`, `getScope`, and `parser` are detailed to describe their specific functions and how they operate within the `AudienceSequenceFilter.AudienceSequenceStep` context."]]],[]]