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 webpage provides documentation for the `AudienceSequenceFilter.AudienceSequenceStep` class in the Google Analytics Admin API for Java, with version 0.70.0 being the latest."],["The `AudienceSequenceFilter.AudienceSequenceStep` class defines a condition that must occur in a specified step order for a user to match a sequence, as part of audience filtering."],["The documentation lists all available versions of this class from 0.14.0 to 0.70.0, showing a comprehensive history of the API's evolution."],["Key functionalities of `AudienceSequenceFilter.AudienceSequenceStep` include defining the scope of the filter step, setting whether one step immediately follows another, and specifying a time constraint for steps."],["The class inherits from `GeneratedMessageV3` and implements `AudienceSequenceFilter.AudienceSequenceStepOrBuilder`, offering methods for parsing, building, and managing filter expressions, including static methods for obtaining the default instance and the descriptor."]]],[]]