Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
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>