Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
Hi Team,I am currently using the below piece of code which was provided by Adobe to prevent multiple server calls in iframe tracking,var isInIframe = (parent !== window)if(isInIframe ){return false;}else{return true;}Can anyone explain me that how this code is preventing the duplication of server ca...
Hi Team,I was trying to track the file downloads via DTM by adding the following two lines of code to s-code,s.trackDownloadLinks=trues.linkDownloadFileTypes="exe,zip,wav,mp3,mov,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx"But I was not able to get the server call for the file downloads which are happeni...
I want to fire a rule when someone clicks on the Accessories link (see screenshot below). There is no specific class or ID i can use (each page is using a different ID for the same link) but, if I could trigger the rule based on the data-target="#accessories" selector, it should work. Any idea on ho...
Hello,We will soon be migrating to first party cookies for the four domains served under the same DTM profile. Each of the four domains will have their own unique tracking servers. in DTM, how do I make sure each tracking server is set to the correct domain in DTM?Thanks
Hi,we have GA (UA) tool setup in DTM. We set some custom dimensions and metrics in event rules. It seems that the custom dimensions are not cleared in between successive event calls.E.g.Event call 1 only sets Custom Dimension 1 to value "A". The 'collect" call on GA contains a parameter "cd1=A".Even...
ERROR EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' assets.adobedtm.com". at new Function (<anonymous>) at t.init (satelliteLib-3083d39de3b1695199f0f543f0176...
Hi,I am facing issue in DTM Production tracking code although Staging tracking code is working fine for me.Issue:- When I put DTM Production tracking code on our website this impact on website functionality and the same I replace the Production Tracking code with Staging then website functionality w...
We are looking to use Adobe DTM to track usage in our Salesforce Lightning Communities, and we have hit an apparently insurmountable technical issue that is blocking the use of DTM (ie Salesforce blocks the creation of custom footers in Communities pages). Have any of you successfully used Adobe DTM...
Hi,Getting "Uncaught TypeError: jQuery(...).on is not a function" error while testing the custom tracking and this is happening only on one page rest it's working fine, as we can see in the below screenshot.Error line:Function:function bindKudoEvent(){ jQuery('.lia-button-image-kudos-kudoed a.kudos-...