Remove Adobe tracker | Adobe Higher Education
Skip to main content
May 7, 2024
해결됨

Remove Adobe tracker

  • May 7, 2024
  • 2 답변들
  • 1611 조회

Hello,

 

I need to remove a tracking code related to Adobe, detected by the https://themarkup.org/blacklightSometimes it gives result with 0 trackers, and sometimes it detects 1 by Adobe (see screenshot).

I searched for terms like demdex, dpm, adobetm, adobe in the HTML, but I can't find anything. 

 

Maybe https://themarkup.org/blacklight is giving false results? 
How can I make sure I don't have any Adobe related trackers on the website?

 

Thanks,

Damir

이 주제는 답변이 닫혔습니다.
최고의 답변: rhythmd

To find out if the website uses Adobe solutions, there are a couple of things you can do:
1. Go to the website>>right click anywhere on the page>>inspect>>search for 'launch' and you should see an assets.adobedtm.com script which means there is a launch script on the website. Using this launch script, one can deploy adobe products like (adobe analytics, target, audience manager etc.) and 3rd party extensions like meta, google pixel etc. Please note that you will see the launch script only when the website is using Adobe Launch as a tag manager.
2. [The easiest way] Use the AEP debugger- go to the website>>load the debugger>>reload the page>>go to the debugger and if you see any Adobe solution-related data, the website is using it. Refer the screenshot below: 


If you find any Adobe products being deployed via launch, to remove them you can simply remove the adobe launch script from the <head> tag of the page source code and that should be it. If any other tag manager is being used, you will have to remove that script from the page code.

Hope that helps.

Regards,
Rhythm

2 답변

rhythmdAdobe Employee답변
Adobe Employee
May 7, 2024

To find out if the website uses Adobe solutions, there are a couple of things you can do:
1. Go to the website>>right click anywhere on the page>>inspect>>search for 'launch' and you should see an assets.adobedtm.com script which means there is a launch script on the website. Using this launch script, one can deploy adobe products like (adobe analytics, target, audience manager etc.) and 3rd party extensions like meta, google pixel etc. Please note that you will see the launch script only when the website is using Adobe Launch as a tag manager.
2. [The easiest way] Use the AEP debugger- go to the website>>load the debugger>>reload the page>>go to the debugger and if you see any Adobe solution-related data, the website is using it. Refer the screenshot below: 


If you find any Adobe products being deployed via launch, to remove them you can simply remove the adobe launch script from the <head> tag of the page source code and that should be it. If any other tag manager is being used, you will have to remove that script from the page code.

Hope that helps.

Regards,
Rhythm

DamirTa작성자
May 7, 2024

Thank you for the quick answer!

I was not able to find any clue of Adobe trackers by following methods you suggested, so it seems like https://themarkup.org/blacklight was giving false or cached results.

 

Regards,

Damir