balakrishnad200
30-03-2020
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
Andrey_Osadchuk
MVP
05-04-2020
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>