Expand my Community achievements bar.

SOLVED

DTM: Suppress Adobe Analytics

Avatar

Level 2
Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Level 1

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;

View solution in original post

2 Replies

Avatar

Correct answer by
Level 1

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;

Avatar

Level 2
Level 2

That is GREAT!  Thanks for the quick reply.  Worked like a charm!