Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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
Level 10

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
Level 10

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