Description Usage Arguments Methods (by class) See Also Examples
Create a Multi-Channel Funnel 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
: Return a Multi-channel Funnel condition composed of the
supplied arguments describing the variable, comparator and operator.
Other expression generators: Expr
,
GaExpr
, RtExpr
1 2 3 | myQuery <- McfQuery(view = 123456789)
source_matches_google <- McfExpr("mcf: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.