Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

How to stop sending traffic to SiteCatalyst

Avatar

Level 1

Hi,

We plan to stop site catalyst analytics for one of our project and need to know a way to quickly stop sending traffic to the SiteCatalyst Server. Is there a property which needs to be set or need to remove any line from the script?

How to stop sending traffic to SiteCatalyst

Regards

Nitin

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

If you're using DTM, removing the Adobe Analytics tool will do the trick nicely.

If you're using a legacy implementation, the following KB article is 100% the best way to fully stop an implementation:

Invalidate an Adobe Analytics implementation

View solution in original post

3 Replies

Avatar

Community Advisor

Dear Nitin,

If you are using DTM(Dynamic Tag Management), you can go to DTM interface and disable the Property in which Analytics Tool is embedded with.

If you have directly hard coded the Adobe Analytics Base Code, please remove the line of script from the pages.

For Mobile Application, you can liaise with Mobile Developement team to turn off the SDK call from Adobe without SDK push to the customers or else remove the SDK to push the latest version to the customers.

Thank You!

Arun

Avatar

Level 3

one line of code should do it:

s.abort = true;

Avatar

Correct answer by
Employee Advisor

If you're using DTM, removing the Adobe Analytics tool will do the trick nicely.

If you're using a legacy implementation, the following KB article is 100% the best way to fully stop an implementation:

Invalidate an Adobe Analytics implementation