Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi Team,
I have an issue with the Target loading. We have made changes to the existing DTM Library code by adding defer async on the pages is this something reason for error and not loading the Target
<script defer async src="//assets.adobedtm.com/389b68ea4a3840b8ce7b8b36e1f4e5a2524d5d88/satelliteLib-d9d3ed454ce96548ec285f37..."></script>
Help is highly appreciated ! Thanks in advance.
Thanks,
Balak
Solved! Go to Solution.
Why are you trying to deploy the code with the "defer" parameter while the embed code for the asynchronous implementation does not include it?
The code should be as follows:
<script async src=""></script>
View solution in original post
Views
Likes
Replies