コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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

Avatar

Level 2

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.
deliverycall.png

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

Randeep_virk_0-1689833250275.png

 

1 受け入れられたソリューション

Avatar

正解者
Level 2

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

window.targetGlobalSettings = {

cookieDomain: "subdomain.domain.com"

};

Set this in your AEM code.

元の投稿で解決策を見る

3 返信

Avatar

Employee Advisor

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

Avatar

Level 2

deliverycall.png

Randeep_virk_0-1689875629709.png

 

 

 

Avatar

正解者
Level 2

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

window.targetGlobalSettings = {

cookieDomain: "subdomain.domain.com"

};

Set this in your AEM code.