この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi all,
I'm trying to integrate target into AEM through Adobe Launch. I have done all the steps of this guide (Add Adobe Target) but when I use the debugger seems that there are 0 request for the mbox. What could be the issue?
解決済! 解決策の投稿を見る。
gabrieleg61567923 & Sh1ju,
cookieDomains should be set to the explicit subdomain you are using. No wildcard options. This worked for me on your site Sh1ju:
window.targetGlobalSettings = {
cookieDomain: "adobe-258915.appspot.com"
};
-Ryan
Hey gabrieleg61567923,
Thanks for reaching out! Do you see any errors on the console? What is the URL you are testing on?
Thanks!
表示
返信
いいね!の合計
Here the error I see
I'm now trying to use "at.js 2.2.0" but it doesn't work as well.
表示
返信
いいね!の合計
gabrieleg61567923 Is there a url that we can access to replicate this issue? Also are you using a cloud based instance?
表示
返信
いいね!の合計
Can't share the url. Yes I'm using a cloud based instance.
表示
返信
いいね!の合計
gabrieleg61567923 Thanks for confirming that your using a cloud based instance. Please check Use cloud-based instances with Target .If you intend to use cloud-based instances with domains included on the Public Suffix List, make sure that you customize the cookieDomain setting. For more information, see targetGlobalSettings() .
Hope this helps.
表示
返信
いいね!の合計
So if I trigger before the load target the javascript below should work? Because I tried with different domain but It doesn't work.
表示
返信
いいね!の合計
Yes that is correct . If its still not working , you could maybe try , adding the code in the at.js file itself .
表示
返信
いいね!の合計
Yes already tried that, but still same error. 😕
Hi,
I am new to Adobe Launch and Target.I got the same error while testing a URL.
I am using Adobe Launch to load Adobe Target V2
Error:
[page-init] Adobe Target content delivery is disabled. Ensure that you can save cookies to your current domain, there is no "mboxDisable" cookie and there is no "mboxDisable" parameter in query string.
Demo URL : Sample Page for testing Adobe Target
表示
返信
いいね!の合計
gabrieleg61567923 & Sh1ju,
cookieDomains should be set to the explicit subdomain you are using. No wildcard options. This worked for me on your site Sh1ju:
window.targetGlobalSettings = {
cookieDomain: "adobe-258915.appspot.com"
};
-Ryan
Yes ...Its working.Thank you
表示
返信
いいね!の合計