Skip to main content
Level 3
April 30, 2026
Question

Launch script monitoring automation and alerts

  • April 30, 2026
  • 2 replies
  • 45 views

We have a lot of websites implemented with web SDK tagging . Each websites has their own Tag properties, managed Libraries and Environments. There is an issue which frequently occurs as the FE team incorrectly updates the launch script in individual websites. And it is difficult to manually inspect all the websites on daily basis and see if those are having the correct launch scripts. Is there a proven/simple way to automate this with some tools and check on daily basis that all the websites has the expected launch script present?  and also send an alert if an incorrect launch script is injected in a website? Please advise.

2 replies

Level 3
May 1, 2026

Adobe does not offer some monitoring for Adobe Launch Scripts OOTB. I have a small setup where I check domain against launch script environment. For example I have an adobe analytics / CJA alerting when e.g. a PROD Domain has a lot of development environment hits. But if I get you right, the case is not the enviroments, its the wrong launch script (independent of the enviroment). 

I guess the only solution for an active monitoring is with your current IT Stack (e.g. Dynatrace), I assume they do have monitoring of the website, and could add rules for checking the launch libraries (like adding a mapping table which launch script should run on which domain). Implement some checks in your CI/CD pipeline. 

I imagine you also could do stuff via github actions. Use Playwright / Puppeteer to check whether the correct launch script is there or not and then trigger an alert.


Finally, you could also host your Adobe Launch Scripts by yourself (SFTP) on your servers, where you then can implement a 404 error monitoring (depends also on your IT stack). 

 

Hope that helps

SankaranAuthor
Level 3
May 4, 2026

Thanks ​@hegi90 this helps. I will analyze further.

bjoern__koth
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
May 3, 2026

Alternatively, there are tools like Observepoint could help

Cheers from Switzerland!