Excluding internal test accounts with and/or logic in segments
Does order of the "And' or "Or" rules matter in the logic of segments?
For example if I was to say:
-only users in most recent server name "Pendo.io"
AND
-accounts does not include "Account_A"
OR
-accounts does not include "Account_B"
OR
-accounts does not include "Account_C"
I find when I use the 'OR' statement, maybe I don't get to exclude all users that fall under accounts A, B and C. Should the 'OR' statements actually be 'AND'?
0
Comments
The order should not matter, however I did recently discover that OR works a little counterintuitively if you combine with negative statements like "does not include". If I have to use negative statements I play it safe and make them all individual AND rules.
Please sign in to leave a comment.