Description Usage Arguments Methods (by class) See Also Examples
Define a Google Analytics expression.
1 2 3 4 5 6 7 8 9 10 11 |
object |
A dimension or metric variable, or another object to be coerced
to an |
comparator |
The comparator to use for the expression. |
operand |
The operand to use for the expression. |
metricScope |
Optional scope to use in the case of metric variables for
segmentation. Possible values include |
object = .expr,comparator = ANY
: Returns itself.
object = formula,comparator = ANY
: Use non-standard formula evaluation to define an expression.
Accepts a formula in the form of: ~ <variable> <comparator>
<operand>
where only the <operand>
is evaluated.
object = character,comparator = character
: Return an expression composed of the supplied variable,
comparator and operand arguments.
Other expression generators: GaExpr
,
McfExpr
, RtExpr
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.