Description Usage Arguments Value Methods (by class) Note See Also Examples
Logical OR of two or more expressions.
1 2 3 4 5 6 7 |
object |
An object to include within the ORed expression. |
... |
Additional objects to include within the ORed expression. |
e1 |
first expression |
e2 |
second expression |
An object of class orExpr
.
.compoundExpr
: Logical-OR of two or more expressions.
e1 = .compoundExpr,e2 = .compoundExpr
: Logical-OR of two expressions.
Google Analytics does not support ORing of ANDed expressions – Only ANDing of ORed expresisons are supported. Consider De Morgan's laws for possible ways to work around this limitation.
Other boolean functions: And
,
Not
, xor
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.