...
Whenever more than one delivery limitation is used for a single banner, it is possible to use either the logical AND or OR option to define how the delivery limitations are applied. For example:
Revive Adserver's logical operators are applied in the same order as PHP applies the && and || operators - that is, AND takes precedence over OR.
So, for the above example, this means that the banner will deliver if:
- The client browser is any version of Internet Explorer
- OR
- The client language is English AND the day of the week is a weekday.