@SushantTrimukheD , The condition works fine but when I use submit delivery, same issue is happening. Js activity is running for long time. No progress here. Kindly let me know if you have any work around for this Regards,Sujith kumar
Hi @SushantTrimukheD , Thank you for your response.Due to a specific use case, we would like to trigger push notifications through a web app. I tried using the actual token and UUID as configured in nms:appSubscriptionRcp, but the issue still persists. Could you please check if there's any issue wit...
Hi Everyone, I'm trying to send a push notification delivery to Android devices using the script below in a workflow. However, I'm facing two issues:In the first case, the delivery is targeting everyone instead of just me.In the second case, the JavaScript activity runs for a long time, but nothing ...
Hi @Ryan_Bard , In star delivery, change it to third option - computed by script Add this code: <%= vars.deliveryId %> Save it and try executing the flow now. Regards,Sujith kumar
@Ryan_Bard , Here is the link: https://experienceleague.adobe.com/en/docs/campaign-classic/using/sending-messages/a-b-testing/use-case/a-b-testing-uc-delivery-templates https://experienceleague.adobe.com/en/docs/campaign-classic/using/sending-messages/a-b-testing/use-case/a-b-testing-uc-configuring-...
Hi @Ryan_Bard , Are you using an A/B delivery template? The issue is with the templateIsModel setting in the delivery. When you don't use a template, the delivery duplicates itself as a template instead of as an actual delivery. You must create an A/B template and configure the delivery properly. Re...
Hi Everyone, Can someone help me understand how logs are updated on the backend in Adobe Campaign? Specifically, I'd like to know whether its based on delivery ID, broadLog ID, message ID, recipient ID or delivery counter.I'm trying to update my delivery logs and tracking for custom channels like Wh...
Thanks for your response. I wanted to do it dynamically, so I created a segment variable to retrieve both delivery IDs, passed it into the function, and called it in the workflow. This solved my problem. Regards,Sujith kumar