Hi folks.
This should be a very simple thing, but I cannot figure it out, and it’s driving me nuts.
How do I create a segment with the following conditions?
- subscriber is in the USA
- or is in Canada
- or is in the EU, AND consent contains “email”
The problem is, you can use an inline OR in an AND, but you cannot use an inline AND in an OR. So that last condition is just not possible.
First I thought I can separate that last bullet into its own segment, let’s say “Consented EU subscribers”. That way I could potentially change my first segment conditions to this:
- subscriber is in the USA
- or is in Canada
- or is in the segment called “Consented EU subscribers”
But of course there’s no such thing as “if someone is in or not in a segment”. So, I cannot create that third condition.
My brain hurts. Any suggestions?
Thanks,
-oo