What are ?"Results" and "Complement" in exclusion targeting activity?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ASNeelima
Exclusion activity works with 2 set of records as input: the primary set will be the set of records on which the exclusion would apply using the 2nd set of records.
When the exclusion activity executes, the outcome of the exclusion rules goes to the "Results" branch while the records that are excluded goes to the "Complement" branch.
Take the sample below; both queries return the same recipient and the Exclusion activity is to exclude records from the Recipient B from the Recipient A list.
Since the 2 queries uses the criteria, both set of records (A and B) contain the same list of recipient. If I exclude B from A, the result is 0 while the complement is 1 which is the list of recipients that are excluded.
Intersection activity works the other way round...
Hope this helps,
Thanks
Denis
Hi @ASNeelima
Exclusion activity works with 2 set of records as input: the primary set will be the set of records on which the exclusion would apply using the 2nd set of records.
When the exclusion activity executes, the outcome of the exclusion rules goes to the "Results" branch while the records that are excluded goes to the "Complement" branch.
Take the sample below; both queries return the same recipient and the Exclusion activity is to exclude records from the Recipient B from the Recipient A list.
Since the 2 queries uses the criteria, both set of records (A and B) contain the same list of recipient. If I exclude B from A, the result is 0 while the complement is 1 which is the list of recipients that are excluded.
Intersection activity works the other way round...
Hope this helps,
Thanks
Denis
So intersection works togeather with the exclusion ?
Views
Replies
Total Likes
HI @ASNeelima
Intersection and Exclusion activities are opposite in their results. Using sample from above
Recipient A and Recipient B are the queries returning the same set of records.
Hope this helps,
Thanks
Denis
Hello,
You can go through the below link to more about this.
Views
Likes
Replies