Getting below warning for Adobe Target :
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.
- We implemented Adobe Target (V2) integration using Data collection tags . During initial set up also we were getting same error . Then through community forums got resolution that we need to set cookie domain and made below changes . Post this target calls were getting fired (were able to see the calls in experience cloud debugger) and created activities in Target were working.
window.targetGlobalSettings =
{
cookieDomain:window.location.hostname
}
Then after one month (we didnt make any change) we started session error for "sessionId query parameter is ". As session ID we are not managing so not sure how to resolve this issue. We updated the extensions also but it didnt work.
Now we have reimplemented the Target set up (using data collection by creating new property , adding extensions , datat elements and rules). Now not getting Target page load call in exp cloud debugger.In Consloe seeing the warning for
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.
Any suggestion would be helpful.
Thanks & Regards