Enabling Adobe Target via Data Collection | Community
Skip to main content
prabagarm640264
New Participant
May 30, 2023
Solved

Enabling Adobe Target via Data Collection

  • May 30, 2023
  • 2 replies
  • 1169 views

Hello,

 

I am enabling Adobe Target via Adobe Launch/Data Collection following these steps.

 

https://experienceleague.adobe.com/docs/platform-learn/implement-in-websites/implement-solutions/target.html?lang=en

 

  1. We put the latest production version of the launch script in our site https://publish-p58709-e802860.adobeaemcloud.com/
  2. We enabled Adobe Target extension via  Adobe data collection platform as given above
  3. We also added the rule to load Target then fire Page Load Request as given in the document above (Attaching the rule screenshot)
  4. We also created a simple AB test in Target for the above site
  5. Now when we go to our site https://publish-p58709-e802860.adobeaemcloud.com/ , We see the -launch script being called but we do not see the -delivery script that is being called due to which the AB Test is not being executed.  Are we missing any step here to get the mbox delivery script called by the site?

https://experience.adobe.com/#/@moonraftapacptrsd/sname:prod/data-collection/tags/companies/CO20e292a5bff74daabe7756116e09c157/properties/PRd3b0c0cb282545909d6e61c3c80682a2/rules

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by nnakirikanti

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; }

 https://experienceleague.adobe.com/docs/target-dev/developer/client-side/at-js-implementation/functions-overview/targeting-using-cloud-based-instances.html?lang=en

2 replies

nnakirikanti
nnakirikantiAccepted solution
New Participant
June 5, 2023

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; }

 https://experienceleague.adobe.com/docs/target-dev/developer/client-side/at-js-implementation/functions-overview/targeting-using-cloud-based-instances.html?lang=en

alexbishop
Employee
May 31, 2023

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