Based, on this post, https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/how-to-trigger-custom-event-in-adobe-launch-rules/m-p/289538/highlight/true#M1552 can I trigger the window on the custom event type? Does listening on window work now in Adobe Launch? Do you have...
I am trying to implement UTM tracking through the Adobe Launch custom code section in the extensions configure tracker custom code. I was curious to know what other ways I can capture the utm_campaign,utm_source, and utm_medium through Adobe Launch Below is my code /* set s.campaign */
if(!s.c...
Does listening on window work now in Adobe Launch ? Does above work? i.e even when the Custom Event event type begins to support detecting custom events dispatched off the window object, it still probably won't detect events triggered using jQuery
This is so very helpful.. Thank you for breaking it down in this way and being detailed. I really appreciate it It really helped me in understanding.
How can I implement below code using custom code in Adobe Launch? <script type='text/javascript'>
(function() {
var oid, total;
if (typeof digitalData !== 'undefined' && typeof digitalData.order !== 'undefined') {
oid = digitalData.order.id;
total = digitalData.order.total * ...