How to have a column always be populated with a string in export files in AEP Destinations
Hi!!
We are trying to configure new destination with mapping having one column name as "event" equal to a certain string or text as "XYZ in destination export file.
Is there any way we can update the value based on audience or every time this would require setting up a new destination for each audience ?
Is there a way we can leverage the audience files name as an attribute in the export file.
i.e if audience name contains "XYZ" set the column attribute "event" as "XYZ" and if audience name contains "XYZ_ABC" set the value as "ABC".
Or Is there way we can change this value based on audience ID?
I see there is option of add calculated field like below , but not sure what value it contains.
segments[*].segmentID
segments[*].segmentID._id
segments[*].segmentID.namespace
Would anyone have some suggestions , how we can achieve above ?
We'd really like to have this conditional logic work on the AEP-side instead of having multiple destination for each audience.
Thanks!!