Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

dynamic delivery code

Avatar

Level 3

Hi All, 

i have field in schema named as UtCode it contains some string value uniquely for each recipient now i need to pass these values as value of delivery code for any delivery they are reciving , how i can implement this in ACC.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 4

Hi @at7140
If I understand correctly, you have a field UtCode in the recipient table that is unique to each customer. When a delivery is sent, you want the delivery code to match the recipient’s UtCode. However, delivery variables (under Properties > Variables in a delivery template) are defined at the delivery level, not at the recipient level. This means they cannot hold distinct values for each recipient from the schema.

https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/add-recipient-data...

If you want to attach this code at the delivery logs level, you can achieve it by either using a segment code or by extending the recipient delivery logs schema with an additional field. You can then populate this field with the UtCode from the target data within the workflow. As a result, when the delivery is sent, the UtCode will be stored in the recipient delivery logs, allowing you to export it later for tracking purposes.

Thanks
Sushant Trimukhe