Hello,
I am enabling Adobe Target via Adobe Launch/Data Collection following these steps.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hello @prabagarm640264 One config we have to do when using AEMaaCS domains (*.adobeaemcloud.com) without custom domains is to let Target framework to enable on public suffix domains.
Adding the below code after or before target load.
window.targetGlobalSettings =
{
var hostname=window.location.hostname;
cookieDomain:hostname;
}
The _satellite object is showing as undefined, which means Adobe Tags (Launch) tag management isn't being loaded on the page. I also don't see any trace of a script that's loading Adobe Tags in your html
Hello @prabagarm640264 One config we have to do when using AEMaaCS domains (*.adobeaemcloud.com) without custom domains is to let Target framework to enable on public suffix domains.
Adding the below code after or before target load.
window.targetGlobalSettings =
{
var hostname=window.location.hostname;
cookieDomain:hostname;
}
Views
Like
Replies
Views
Like
Replies