Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
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.
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
Hi,
Add a js activity after the delivery and it should work.
Thanks,
David
Vistas
Respuestas
Total de me gusta
Hi,
Add a js activity after the delivery and it should work.
Thanks,
David
Vistas
Respuestas
Total de me gusta
Vistas
Respuestas
Total de me gusta
Vistas
Respuestas
Total de me gusta
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!
Vistas
Respuestas
Total de me gusta
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
Vistas
Respuestas
Total de me gusta
Hi @dimitriosc21803,
Were you able to resolve this query with any of the given solutions? Do let us know.
Thanks!
Vistas
Respuestas
Total de me gusta