Adding target data to the delivery Logs | Community
Skip to main content
asktam1410
Level 3
June 26, 2018

Adding target data to the delivery Logs

  • June 26, 2018
  • 1 reply
  • 8864 views

Hi ,

we populated target data using enrichment and processed in the email content. But after email is launched , no where target data is appeared in the logs.

is there way to store target data elements into a delivery logs.

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

1 reply

Adhiyan
Adobe Employee
Adobe Employee
June 26, 2018

Hello Ashok,

TargetData elements are generally not stored anywhere in the logs because it's meant to insert dynamic values generated during a workflow execution.

But if you really want to insert them in the delivery logs , I guess a setup like this would work.

1>. Extend the broadLogRcp table to add the column targetData

2>. Enable the outbound transition of the delivery and attach the delivery to the update data activity.

3>. After you send the delivery using targetData , use an update data activity to populate the targetData field into broadLogRcp matching with each recipient

Please note , this will cause an extra INSERT query into the DB table which might impact the overall performance while deliveries are preparing.

Regards,

Adhiyan

April 12, 2019

Would you be able to provide an example of the extend schema?