Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Is there a way to calculate how many users that is going to be filtered out by typology rules BEFORE the e-mail is sent out?

Avatar

Level 1

Hi Adobe friends!

I am going to conduct a A/B test to 10 000 subscribers, in Adobe Campaign Standard. I have filtered out users that has opted out from our communication, in the query. 
It is important to send this to exactly 10K users, for insights later on. How do I make sure that these users are not excluded from the send out due to typology rules? I know that I can see users that are excluded due to the quarantine/blacklist, but only after the email is sent out. Is there a way to control this before? 

Thanks in advance!  

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @Sabina_B ,
I use to create split in the campaign that copies all the exclusion typology rules. Save each transition count to variable eg.

vars.dupllicates= vars.recCount;

And will set the split in a way that it will not exclude population so each subset is tested against entire population (enable overlapping of output population) and leave the complement (contains full target) to continue to the delivery.

https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/targeting-a...

 

Marcel

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hello @Sabina_B ,
I use to create split in the campaign that copies all the exclusion typology rules. Save each transition count to variable eg.

vars.dupllicates= vars.recCount;

And will set the split in a way that it will not exclude population so each subset is tested against entire population (enable overlapping of output population) and leave the complement (contains full target) to continue to the delivery.

https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/targeting-a...

 

Marcel

Avatar

Administrator

Hi @Sabina_B,

Was the given solution helpful to resolve your query or do you still need more help here? Do let us know. In case the given solution was helpful, then kindly choose it as the 'Correct Reply'.

Thanks!



Sukrity Wadhwa