Description Usage Arguments Value Methods (by class) See Also Examples
Set the scope of a gaMetExpr object to product-level.
1 2 3 4 5 6 7 | PerProduct(object, negation)
## S4 method for signature 'gaMetExpr'
PerProduct(object)
## S4 method for signature 'formula'
PerProduct(object)
|
object |
A |
negation |
Boolean value indicating whether to negate the condition. |
A gaMetExpr object.
gaMetExpr: Set the scope of the supplied metric condition to
product-level.
formula: Set the scope of the supplied non-standard-evaluation
metric condition to product-level.
Other dynamic segment functions: DynSegment,
Exclude, Include,
IsNegated, PerHit,
PerSession, PerUser,
ScopeLevel,
SegmentConditionFilter,
Segments, Segment
1 | with_products_added_more_than_once <- PerProduct(Expr(~productAddsToCart > 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.