Let's take a look. In the bucket, we have red, dark blue, green, light green, and gray balls. Next to the bucket, there is also a yellow and a purple ball. Based on this, we will see whether the conditions are met and delivery can take place or not.
A) Parameter name "does not contain" in combination with "Add new value"
Condition |
Value |
Effect |
does not contain |
green |
not delivered, because green is present |
does not contain |
green or red |
not delivered, because both green and red are present |
does not contain |
green or red or purple |
delivered, because purple is not present, satisfying the condition |
Example: The parameter "colour" does not contain green or red or purple
What is written in the form for targeting as a result:
Let's now look at our bucket and check the conditions:
- green – is present
- red – is present
- purple – is not present
The condition is fulfilled because one of the colours (purple) is not present. The campaign can be delivered.
B) Parameter name "does not contain" in combination with "Add new row"
Condition |
Value |
Effect |
does not contain |
green |
not delivered, because green is present |
does not contain |
green and red |
not delivered, because green alone already violates the condition |
does not contain |
green and red and purple |
not delivered, because green alone already violates the condition |
does not contain |
purple and yellow |
campaign can be delivered, because purple and yellow are not present |
Example: The parameter "colour" does not contain green and does not contain red and does not contain purple
What is written in the form for targeting as a result:
Let's now look at our bucket and check the conditions:
- green – is present
- red