Adobe Target Delivery API is not getting called in cloud instance (Issue). | Community
Skip to main content
Level 2
July 20, 2023
Solved

Adobe Target Delivery API is not getting called in cloud instance (Issue).

  • July 20, 2023
  • 2 replies
  • 1532 views

Hey,
I have implemented adobe target through launch. My launch property is getting fired.
However Adobe Target Delivery API is not getting called in cloud instance also in my local machine there it is

getting called.
Anyone who has done this set up for AEM cloud ?
I am attaching screenshot below from my local machine where it is getting called.

However below is the screen shot from my cloud environment where it is not getting called and I have warnings in console.

 

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 Randeep_virk

This has been resolved via setting subdomain.domain in cookieDomain
Like this :- 

window.targetGlobalSettings = {

cookieDomain: "subdomain.domain.com"

};

Set this in your AEM code.

2 replies

Gaureshk_Kodag
Adobe Employee
Adobe Employee
July 20, 2023

Hi @randeep_virk ,

the second screenshot is a bit blur, could you please share the error text or clear the screenshot again?

 

Thanks,

Gauresh Kodag

Level 2
July 20, 2023

 

 

 

Randeep_virkAuthorAccepted solution
Level 2
July 20, 2023

This has been resolved via setting subdomain.domain in cookieDomain
Like this :- 

window.targetGlobalSettings = {

cookieDomain: "subdomain.domain.com"

};

Set this in your AEM code.