# S4 method for ANY
SegmentConditionFilter(object, ..., negation, scope)
Arguments
object
An expression to be used as a non-sequential segment condition.
...
Other expressions to be Anded to the first expression
provided.
negation
Optional logical TRUE or FALSE to match
segments where this condition has not been met. Default is FALSE,
i.e. inclusive filter.
scope
Optional scope, "users" or "sessions" (default).
Value
A gaSegmentConditionFilter object.
Methods (by class)
ANY: Create a non-sequential segment condition
filter from one or more expressions. All conditions within the filter must
hold true within a single session if applied to a gaDynSegment
scoped at session-level, or to a single hit if scoped at user-level.