One might have been into a difficult situation while implementing Adobe Target on their site page where everything (setup/configuration etc.) looks perfect following the best practices but felt that Target library is not loading.
You get to see below warnings while doing debugging.
"AT: Adobe Target content delivery is disabled. Update your DOCTYPE to support Standards mode."
"AT: Target library is either not loaded or disabled, no request will be executed"
The solution to this problem is the support required for standard mode on your web pages. In simple words, your page demands the information for your browser that what document type to expect'. Thus, adding an information as '<!DOCTYPE html>' on your web page should do the job from my experience.
Hope this helps!
Thanks,
Khushboo
Topics help categorize Community content and increase your ability to discover relevant content.
@Khushboo_Kalia From the looks of the error it appears that the correct Doctype is not defined in the source code of the website.
In order to resolve this please ensure that <!DOCTYPE HTML> is declared on top of the source code of the webpage.
Let me know if this helps?
Regards,
Karan Dhawan
@karandhawan , I agree with the solution.
@skandg43264764, thanks for sharing the link.
Thanks,
Khushboo
Views
Replies
Total Likes
this link is not working
Views
Replies
Total Likes
<!DOCTYPE HTML> did it for me.
<!DOCTYPE HTML> <html> <head> <script src="https://assets.adobedtm.com/55f90c612c0d/a3790cee639d/launch-adce1c1b34e1.min.js" async></script> <!-- OneTrust Cookies Consent Notice start for production.barrymann.com --> <!-- <script src=https://cdn.cookielaw.org/consent/95f14129-940a-448b-97c2-6cef485dd481.js type="text/javascript" charset="UTF-8"></script> --> <script type="text/javascript"> function OptanonWrapper() { } </script>
@BarryMann Yes, that's exactly we have to do in order to cope with the given error. I'm glad it worked.
Views
Replies
Total Likes
Hi @Khushboo_Kalia , in my case we already have <!DOCTYPE html> declaration but I still see error
[Adobe Target v2] AT: Target library is either not loaded or disabled, no request will be executed
Views
Replies
Total Likes
Hi @JyotiSharmaV ,
Did you get any solution for this as I am also getting error after adding doctype.
Thanks in advance.
@MihneaD could you please help here?
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies