Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.

Adobe Launch / Analytics | Custom Code _satellite Script tags to replace injected scripts rather than append to DOM or not append in this manner

Avatar

Level 2

30-11-2022

Every time a custom code block executes from a rule on our websites, within the html body there is a new script tag created containing '_satellite["_runScript'

We have rules that admittedly trigger heavily, every time they trigger there is a new tag injected/appended, so may see 20-100 script tags added into the site, this leaves a highly visible footprint back to my team that I wish was not there.

Wishing that Launch would instead find existing _satellite script tags in the DOM and replace them rather than appending each time or find some way to avoid writing to the DOM in this manner.