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

How to access the current delivery metadata

Avatar

Level 2

Hi folks,

 

I just want to prevent a recipient from receiving the same delivery more than once in the same day!

the solution what i have currently working is to use typology rule (a controle rule) ,but I can't figure out how to configure it so that it dynamically takes the incoming delivery id/recurring delivery id and compares it to the recipient's existing delivery/recurring delivery ids in the recipient delivery log.

On the other hand, i wonder if this is this the best practise method to use?

Any help appreciated. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @FreeSoulAya ,

 

Yes control group typology is used for this requirement. 

It works with scheduled delivery only.

 

If you are not comfortable with control typology, then you can use query activity. Query on recipient delivery logs table and look for all the records that are targeted today. Exclude these records from your target population.

 

Thanks,

Jyoti

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @FreeSoulAya ,

 

Yes control group typology is used for this requirement. 

It works with scheduled delivery only.

 

If you are not comfortable with control typology, then you can use query activity. Query on recipient delivery logs table and look for all the records that are targeted today. Exclude these records from your target population.

 

Thanks,

Jyoti