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

SOLVED

JS error in console when loading DTM

Avatar

Employee

I see a JavaScript error in my console when I load dynamic tag management.

1 Accepted Solution

Avatar

Correct answer by
Employee

There’s likely an issue with your dynamic tag management installation. To view the current installation, right click on any page of the site and click View page source. Then type CTRL+F to open the search box and enter ‘satellite’. This locates the embed snippets of dynamic tag manager. There should be two instances of these snippets on the page. The first should be right before the </head> tag. The second should be right before the </body> tag.

Example of Header script:

<script src=“//assets.adobedtm.com/aaaabbbcccddddeeee1111222233344445555666/satelliteLib-aaaabbbcccddddeeee1111222233344445555666.js”></script></head>

Example of Footer script:

<script type="text/javascript">_satellite.pageBottom();</script> </body>
1 Reply

Avatar

Correct answer by
Employee

There’s likely an issue with your dynamic tag management installation. To view the current installation, right click on any page of the site and click View page source. Then type CTRL+F to open the search box and enter ‘satellite’. This locates the embed snippets of dynamic tag manager. There should be two instances of these snippets on the page. The first should be right before the </head> tag. The second should be right before the </body> tag.

Example of Header script:

<script src=“//assets.adobedtm.com/aaaabbbcccddddeeee1111222233344445555666/satelliteLib-aaaabbbcccddddeeee1111222233344445555666.js”></script></head>

Example of Footer script:

<script type="text/javascript">_satellite.pageBottom();</script> </body>