ganalytics (version 0.10.4)

SegmentConditionFilter: SegmentConditionFilter.

Description

Create a new gaSegmentConditionFilter object

Usage

SegmentConditionFilter(object, ..., negation, scope)

# 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".

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.