Hi,
Wanted to understand if I have two exclude containers within a container, how will the logic work?
A) Visit
B) Visit
Hit
and
C) Visit
Hit
suppose B and C are exclude containers
will my result be A -B - C
or [B(exclude) intersection C(exclude)]
will the it first do AND logic or exclude B and C one after the other
Solved! Go to Solution.
Views
Replies
Total Likes
The segment will return A, but exclude B and exclude C (=A-B-C). Visits with A and B as well as with A and C will also be excluded.
The segment will return A, but exclude B and exclude C (=A-B-C). Visits with A and B as well as with A and C will also be excluded.
Views
Likes
Replies