Description Usage Arguments Methods (by class) See Also Examples
Create a Real-Time Reporting API expression.
1 2 3 4 |
object |
A dimension or metric variable, or another object to be coerced to an .expr object. |
comparator |
The comparator to use for the expression. |
operand |
The operand to use for the expression. |
object = character,comparator = character
: Define a Real-Time Reporting condition using the arguments
describing the variable, comparator and operand.
Other expression generators: Expr
,
GaExpr
, McfExpr
1 2 3 | myQuery <- RtQuery(view = 123456789)
source_matches_google <- RtExpr("rt:source", "~", "google")
TableFilter(myQuery) <- source_matches_google
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.