Features
The Composer allows you to combine multiple rules using Boolean logic. By doing so, you can create more specific conditions within the desired timeframes that suit your needs. When using multiple timeframes, you’ll need to use parenthesis to group each timeframe.
For instance, you may want to combine two rules as follows:
(over the last 30 days (acos < 20% AND sales > $1000))
OR
(over the last 7 days (clicks > 5000 AND spend < $2000))
This will satisfy either of the to conditions:
By effectively using parentheses and Boolean logic, you can combine rules to form comprehensive conditions that can cater to complex scenarios.
Complex Rule with Boolean Logic: