Hi All,
I'm pretty new in Adobe Campaign.
I was wandering if it is possible to easily retrieve information and insert them in a filename (i.e with Data Extraction, Direct mail activities etc.. )
Our purpose is to set a filename of a delivery (Direct Mail) as following:
<Extraction date>_<DeliveryID>_<CampaignCode>_<CampaignLabel>.csv
I see that for "Extraction date" and "Delivery ID" this could be easy, but for the other ones is there a way to retrieve the information directly in the filename without insert a javascript activity or customizations?
Our aim is to create a Template Delivery that is already configured for the described filename.
Thank you very much for your support.
Andrea
Solved! Go to Solution.
Hi Andrea,
It will be a combination of multiple tasks.
Procedure for data extraction will be different from Direct Mail
Data Extraction activity.
formatDate(new Date(), "%2D/%2M/%2Y")
In case of delivery, you will have a similar setup, its just that value caluclated in JS activity will have to be passed to delivery parameters so that they are available in delivery context as well.
up
Views
Replies
Total Likes
Hi Andrea,
It will be a combination of multiple tasks.
Procedure for data extraction will be different from Direct Mail
Data Extraction activity.
formatDate(new Date(), "%2D/%2M/%2Y")
In case of delivery, you will have a similar setup, its just that value caluclated in JS activity will have to be passed to delivery parameters so that they are available in delivery context as well.
Thank you very much for your explanation.
It has been very helful!
Andrea
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies