Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

The reason Why you see warning 'Adobe Target Content delivery is disabled'

Avatar

Employee Advisor

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.

https://experienceleaguecommunities.adobe.com/t5/adobe-target-discussions/aem-6-1-seo-fetch-as-googl...

https://experienceleaguecommunities.adobe.com/t5/adobe-target-discussions/adobe-target-why-doctype-i...

khushbook25_0-1597052886962.png

Hope this helps!

Thanks,

Khushboo

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

8 Replies

Avatar

Employee

@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

Avatar

Employee Advisor

@karandhawan , I agree with the solution. 

@skandg43264764, thanks for sharing the link.

Thanks,

Khushboo

Avatar

Employee

@Khushboo_Kalia 

You can also check this 

It explains 'What HTML doctype does at.js require?'

 

Avatar

Level 1

<!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>

 

Avatar

Employee Advisor

@BarryMann Yes, that's exactly we have to do in order to cope with the given error. I'm glad it worked.

Avatar

Community Advisor

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

Avatar

Employee

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?