How to get group of values in the enrichment ? | Community
Skip to main content
February 25, 2016
Solved

How to get group of values in the enrichment ?

  • February 25, 2016
  • 1 reply
  • 2119 views

I am trying to assign offer to a group of people,please find the example data below.

Offer IdGroup
1112221,2222
1123321
1134321,4432,4433,4444

In the above example groups will be separated by comma in the csv file .How to take these values in the enrichment activity ?

I tried double dimensional array to get values ,but Is it possible to get array value in the enrichment ?

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 Ruthra,

   I am assuming that you do not have Interaction (the real-time offer engine). If you do have Interaction and Group were an attribute on Recipient then you could configure the offer eligibility according to Group.

   Without Interaction, you could associate each Recipient in the workflow with its Group as additional data. Then you could configure a Split activity to use the additional data and set up subsets according to your table above. For each subset, add the appropriate offer using an Enrichment. Then Union the records back together. Let me know if you need more detail of how to do this.

Regards,

Linda

1 reply

Linda_Stinson
Adobe Employee
Linda_StinsonAdobe EmployeeAccepted solution
Adobe Employee
March 4, 2016

Hi Ruthra,

   I am assuming that you do not have Interaction (the real-time offer engine). If you do have Interaction and Group were an attribute on Recipient then you could configure the offer eligibility according to Group.

   Without Interaction, you could associate each Recipient in the workflow with its Group as additional data. Then you could configure a Split activity to use the additional data and set up subsets according to your table above. For each subset, add the appropriate offer using an Enrichment. Then Union the records back together. Let me know if you need more detail of how to do this.

Regards,

Linda