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 lists different versions of the `AudienceSequenceFilter.AudienceSequenceStep` class for the Google Analytics Admin API, ranging from version 0.14.0 to 0.70.0, with 0.70.0 being the latest."],["The `AudienceSequenceFilter.AudienceSequenceStep` class is a condition in Google Analytics that defines a step that must occur in a specific sequence for a user to match an audience."],["The class extends `GeneratedMessageV3` and implements `AudienceSequenceFilter.AudienceSequenceStepOrBuilder`, providing methods for working with protocol buffers and handling audience sequence steps."],["Key properties of the `AudienceSequenceFilter.AudienceSequenceStep` include `constraint_duration`, `filter_expression`, `immediately_follows`, and `scope`, allowing users to define the sequential requirements."],["Static methods are available to interact with `AudienceSequenceFilter.AudienceSequenceStep`, such as creating new instances, parsing data, and managing different versions."]]],[]]