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 provides documentation for the `AudienceSequenceFilter.AudienceSequenceStep` class within the Google Analytics Admin API, specifically for the Java client library, with the latest version being 0.70.0."],["The `AudienceSequenceFilter.AudienceSequenceStep` class is a condition that must be met within a specific sequence for a user to match that sequence in the context of defining audiences."],["The content is versioned, with a list of available versions ranging from 0.70.0 down to 0.14.0, enabling users to browse through and select their preferred version of the documentation."],["This class, `AudienceSequenceFilter.AudienceSequenceStep`, has a number of inhereted members, some of them being: `equals(Object obj)`, `hashCode()`, `getConstraintDuration()`, `getScope()`, and `writeTo(CodedOutputStream output)`, which are methods that can be called when dealing with this class."],["This documentation gives information of what methods can be used with this class, as well as the static fields that exist, and information about the parameters and return types of the respective methods."]]],[]]