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."],[[["This page details the `AudienceSequenceFilter.AudienceSequenceStep` class, which is a crucial component for defining sequence-based conditions within Google Analytics audiences."],["The content provides a comprehensive list of versions for `AudienceSequenceFilter.AudienceSequenceStep`, ranging from version 0.14.0 to 0.70.0, with 0.70.0 being the latest version."],["`AudienceSequenceFilter.AudienceSequenceStep` is a type of protocol buffer message, specifically `GeneratedMessageV3`, that is used to define a condition that must occur in a specific step order for a user to match the sequence."],["The `AudienceSequenceFilter.AudienceSequenceStep` class includes static methods for parsing data, getting descriptors, creating new instances or builders, and retrieving default instances, in addition to several instance methods that allow for in depth manipulation and analysis."],["The AudienceSequenceFilter.AudienceSequenceStep Class has four important fields, `CONSTRAINT_DURATION_FIELD_NUMBER`, `FILTER_EXPRESSION_FIELD_NUMBER`, `IMMEDIATELY_FOLLOWS_FIELD_NUMBER`, `SCOPE_FIELD_NUMBER` that allow for specific manipulation of the class, along with having the ability to define the scope, constraint duration, and whether the steps follow immediately."]]],[]]