Description Usage Arguments Value Methods (by class) Note See Also Examples
Set the scope of a .gaSegmentFilter
or gaMetExpr
object to user-level.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | PerUser(object, ..., negation)
## S4 method for signature 'ANY'
PerUser(object, ..., negation)
## S4 method for signature 'gaSegmentSequenceStep'
PerUser(object, ..., negation)
## S4 method for signature 'gaSegmentSequenceFilter'
PerUser(object, ..., negation)
## S4 method for signature 'gaMetExpr'
PerUser(object, ..., negation)
## S4 method for signature 'formula'
PerUser(object, ..., negation)
|
object |
a |
... |
Other filters to include in the |
negation |
Boolean value indicating whether to negate the condition. |
A gaMetExpr
, .gaSegmentFilter
or gaDynSegment
.
ANY
: Create a user-level segment filter list from the supplied
expressions, each interpreted as an include segment filter.
gaSegmentSequenceStep
: Create a user-level segment sequence filter from the supplied
sequence expression.
gaSegmentSequenceFilter
: Create a user-level segment sequence filter from the supplied
sequence expression.
gaMetExpr
: Set the scope of the supplied metric condition to
user-level.
formula
: Set the scope of the supplied non-standard-evaluation
metric condition to user-level.
To define a gaDynSegment
comprised of a single metric expression,
wrap the metric expression in an Include
or Exclude
call.
Other dynamic segment functions: DynSegment
,
Exclude
, Include
,
IsNegated
, PerHit
,
PerProduct
, PerSession
,
ScopeLevel
,
SegmentConditionFilter
,
Segments
, Segment
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.