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.
In DTM, I need to keep Adobe Analytics from firing on a particular page, but I still need the DTM code on the page. How do you do that?
For individual pageload rules, you can tick "Don't load Google Analytics on these pages," but that is not an option for Adobe Analytics. Anyone have an idea of how to do it?
You can use the s.abort flag. When that is set it will prevent the call from firing. Create a page load rule with the condition to check for the page you are interested in, then add in that rule go to the Custom Page Code editor in the Adobe Analytics tag and add s.abort = true;
You can use the s.abort flag. When that is set it will prevent the call from firing. Create a page load rule with the condition to check for the page you are interested in, then add in that rule go to the Custom Page Code editor in the Adobe Analytics tag and add s.abort = true;