コミュニティアチーブメントバーを展開する。

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.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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;

元の投稿で解決策を見る

2 返信

Avatar

正解者
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!