Description Usage Arguments Value Methods (by class) Note See Also Examples
Set the scope of a .gaSegmentFilter
or gaMetExpr
object to
session-level.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | PerSession(object, ..., negation)
## S4 method for signature 'ANY'
PerSession(object, ..., negation)
## S4 method for signature 'gaSegmentSequenceStep'
PerSession(object, ..., negation)
## S4 method for signature 'gaSegmentSequenceFilter'
PerSession(object, ..., negation)
## S4 method for signature 'gaMetExpr'
PerSession(object, ..., negation)
## S4 method for signature 'formula'
PerSession(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 session level segment filter list from the
supplied expressions, interpreted as condition filters.
gaSegmentSequenceStep
: Create a session-level segment sequence filter from the supplied
sequence expression.
gaSegmentSequenceFilter
: Create a session-level segment sequence filter from the supplied
sequence expression.
gaMetExpr
: Set the scope of the supplied metric condition to
session-level.
formula
: Set the scope of the supplied non-standard-evaluation
metric condition to session-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
, PerUser
,
ScopeLevel
,
SegmentConditionFilter
,
Segments
, Segment
1 | spent_more_than_100_in_a_session <- PerSession(Expr(~transactionRevenue > 100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.