Expand my Community achievements bar.

SOLVED

Adobe Target is not working on my website

Avatar

Level 4

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>

 

Target.PNG

 

Help is highly appreciated ! Thanks in advance.

 

Thanks,

Balak

 

 

 

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

1 Reply

Avatar

Correct answer by
Level 10

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>