Expand my Community achievements bar.

Adobe Target implementation

Avatar

Level 2

Dear Community,

I need your help resolving this error. I've followed all the steps in this documentation, but Target still isn't working.
I really appreciate your help
https://experienceleague.adobe.com/es/docs/experience-manager-learn/sites/integrations/target/load-a...


AT: [page-init] Adobe Target content delivery is disabled. Ensure that you can save cookies to your current domain, there is no "mboxDisable" cookie and there is no "mboxDisable" parameter in query string.

Rule All Pages - Library Loaded fired.

BrayanHo_0-1748039941350.png

 

 

 

BrayanHo_1-1748039941176.png


Please guide here.

Thanks

Topics

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

3 Replies

Avatar

Community Advisor

Hi @BrayanHo - I cannot read your Tags rule as the image resolution was relatively low. 

“AT: [page-init] Adobe Target content delivery is disabled. Ensure that you can save cookies to your current domain, there is no ‘mboxDisable’ cookie and there is no ‘mboxDisable’ parameter in query string.”
 
…means Target isn’t able to deliver personalized content. Here are a few things to check and troubleshoot:
 
1. Check for the mboxDisable Cookie
Open your browser’s Developer Tools → Application tab → Cookies section. Look for a cookie named mboxDisable.
 
2. Inspect the URL
If the page URL includes ?mboxDisable=true, Target will be disabled for that session.
Make sure this query parameter isn’t accidentally included in your page URL.
 
3. Verify Cookie Consent and Domain Settings
If you’re using a Consent Management Platform (CMP), ensure that Adobe Target cookies (like mbox) can be set after consent is granted. Target won’t function properly if cookies are blocked or consent hasn’t been provided.
 
4. Review Launch Rule Timing
In your Adobe Launch setup, make sure the rule that loads Target is firing after any required consent logic or cookie initialization. If Target tries to load before it has permission to set cookies, it won’t function correctly.
 
Bonus Debug Tip:
In the browser console, run:
console.log('Target loaded:', typeof adobe !== 'undefined' && adobe.target);
If it returns true, Target is loaded. If not, there’s a loading issue that needs to be resolved.

 

Example:

Matthew_Ravlich_ACG_0-1748129125781.png

 

I hope this helps!

Matt Ravlich | ACG Digital

Avatar

Level 2

Hello @Matthew_Ravlich_ACG

Thank you very much for your response. I've validated all the points you mentioned, and they are correct. We don't know what could be wrong. I'm wondering what other configuration needs to be done besides the implemented rule. Below is the file with the implemented rule. I implemented this command as you indicated, and this was the result:

console.log('Target load:', typeof adobe !== 'undefined' && adobe.target);

 

BrayanHo_0-1748299177591.png

I really appreciate your help.

 

Avatar

Community Advisor

Hi @BrayanHo : Check out this older thread that explains how to solve using a public suffix issue for setting the at.js cookie at the domain level:

 

https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/how-to-resolve-quot-adobe-ta...