Hi,I am Adding a Div with a class dynamically, I want to fire a Event Based Rule when this div Exists On the Dom is it possible to do it?RegardsChinmay Hegde
Hi I am facing issue while calling a direct call rule from my code base. I need to trigger a particular event on ajax Complete function ex:complete: function(data) { if(totalPage != 0 && totalPage == page){//Fire the Direct Call rule here.}Can you please help me with how I can do that???...
Our developers have indicated in several tests that conflicts have occasionally caused issues with the loading of the DTM header library, so that when the footer runs, it generated a JavaScript error due to the _satellite.pageBottom() function not being found.Are there any circumstances where wrappi...
I've implemented DTM on a website we are about to launch.My configuration includes a Page Load Rule with conditions meant to exclude certain pages, but I noticed that those pages were being tracked anyways.Adobe support told me that if I want to use PLRs I should disable the default beacon sent by t...
PagemakerIch arbeite noch mit Pagemaker 7.0 unter Windows 7. Stelle aber auf Windows 10. Unter Windows 10 läuft Pagemaker leider nicht mehr. Möchte daher meine Dateien in das PDF-Format konvertieren um diese Dateien in einem anderen Programm weiter bearbeiten zu können. Wie kann ich die Dateien konv...
I have created an event based rule in DTM. I have used 3rd party script. The script is non sequential javascript. The code it has is s.tl(this,'o','TN: ' + $(this).text());This works absolutely fine in chrome but doesn't work in Firefox. Any idea?
I broke the staging environment with some custom rule for target deployed via DTM. I'm trying to recreate the crash on dev, but can't seem to get Target to deploy via DTM on dev. Does anyone have any idea how I can solve this? Thanks!
Hello,I'm trying to retrieve the Marketing Cloud Visitor ID in DTM -> Adobe Analytics Tool -> Customize Page Code.I'm trying this code:var mcID = visitor.getMarketingCloudVisitorID();as described here: https://marketing.adobe.com/resources/help/en_US/mcvid/mcvid_getmcvid.htmlThis produces error in t...