PerProduct: PerProduct

Description Usage Arguments Value Methods (by class) See Also Examples

Description

Set the scope of a gaMetExpr object to product-level.

Usage

1
2
3
4
5
6
7
PerProduct(object, negation)

## S4 method for signature 'gaMetExpr'
PerProduct(object)

## S4 method for signature 'formula'
PerProduct(object)

Arguments

object

A gaMetExpr object to coerce to hit-level

negation

Boolean value indicating whether to negate the condition.

Value

A gaMetExpr object.

Methods (by class)

See Also

Other dynamic segment functions: DynSegment, Exclude, Include, IsNegated, PerHit, PerSession, PerUser, ScopeLevel, SegmentConditionFilter, Segments, Segment

Examples

1
with_products_added_more_than_once <- PerProduct(Expr(~productAddsToCart > 1))

ganalytics documentation built on May 2, 2019, 8:34 a.m.