How to access the current delivery metadata | Community
Skip to main content
Level 2
January 21, 2022
Solved

How to access the current delivery metadata

  • January 21, 2022
  • 1 reply
  • 678 views

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. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jyoti_Yadav

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

1 reply

Jyoti_Yadav
Jyoti_YadavAccepted solution
Level 8
January 24, 2022

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