Adobe Target is not working on my website | Community
Skip to main content
balakrishnad200
Level 3
March 30, 2020
Solved

Adobe Target is not working on my website

  • March 30, 2020
  • 1 reply
  • 3253 views

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-d9d3ed454ce96548ec285f3796afecdffaf24a71-staging.js"></script>

 

 

Help is highly appreciated ! Thanks in advance.

 

Thanks,

Balak

 

 

 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Andrey_Osadchuk

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>

1 reply

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
April 5, 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>