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?
Solved! Go to Solution.
Views
Replies
Total Likes
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;
Views
Replies
Total Likes
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;
Views
Replies
Total Likes
That is GREAT! Thanks for the quick reply. Worked like a charm!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies