この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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 has been resolved via setting subdomain.domain in cookieDomain
Like this :-
window.targetGlobalSettings = {
cookieDomain: "subdomain.domain.com"
};
Set this in your AEM code.
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
表示
返信
いいね!の合計
This has been resolved via setting subdomain.domain in cookieDomain
Like this :-
window.targetGlobalSettings = {
cookieDomain: "subdomain.domain.com"
};
Set this in your AEM code.