Capturing segment code in the delivery logs | Community
Skip to main content
shivak41694392
Level 2
September 19, 2016
Solved

Capturing segment code in the delivery logs

  • September 19, 2016
  • 2 replies
  • 3060 views

Hi All,

I want to store the segment_id variable which is created in the workflow, in delivery_logs table.

This helps me in identifying the customers who received a delivery for each segment , rather than creating a delivery for each segment .

Regards

Shiva

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 Linda_Stinson

Hi Shiva,

This is a common request. You want to extend the Recipient delivery logs (broadLogRcp) schema to add a segmentCode attribute.

Then you want to update the Recipients target mapping to store the segmentCode (see below).

Under additional fields you would add an entry with source expression [targetData/@segmentCode] and destination @segmentCode.

The Target mappings are found under Administration > Campaign management.

Linda

PS  I have been told that the segmentCode will automatically get mapped once you extend the schema without updating the Target mapping. So try that first, but you would need to take this approach to capture other information than the segmentCode.

2 replies

Linda_Stinson
Adobe Employee
Linda_StinsonAdobe EmployeeAccepted solution
Adobe Employee
September 30, 2016

Hi Shiva,

This is a common request. You want to extend the Recipient delivery logs (broadLogRcp) schema to add a segmentCode attribute.

Then you want to update the Recipients target mapping to store the segmentCode (see below).

Under additional fields you would add an entry with source expression [targetData/@segmentCode] and destination @segmentCode.

The Target mappings are found under Administration > Campaign management.

Linda

PS  I have been told that the segmentCode will automatically get mapped once you extend the schema without updating the Target mapping. So try that first, but you would need to take this approach to capture other information than the segmentCode.

Sivaram_Manikan
October 28, 2016

Hi Linda,

Thanks for your inputs !! Is there any documentation or steps to include these attributes in the delivery forms?

Regards,

Sivaram