Hello All,
How i can link the continuous delivery with a campaign that belongs to?
In a normal delivery activity is the delivery Javascript tab that you can put the usual code.
But the contentious delivery doesn't have that.
Any idea how i can achieve that?
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Add a js activity after the delivery and it should work.
Thanks,
David
Views
Replies
Total Likes
Hi,
Add a js activity after the delivery and it should work.
Thanks,
David
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
The full code has been shared in the comments on this thread: https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/operation-id-campa...
Please refer to that.
Thanks!
Views
Replies
Total Likes
Hi @dimitriosc21803 ,
The following line in a JS after the delivery should do the trick :
sqlExec("Update nmsDelivery set iOperationID = "+ instance.operation_id + " where iDeliveryId = "+vars.deliveryId);
A cleaner way would be to just link your delivery template itself to your campaign. This way, you don't need to add the JS after your deliveries :
Kr,
Xavier
Views
Replies
Total Likes
Hi @dimitriosc21803,
Were you able to resolve this query with any of the given solutions? Do let us know.
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies