Hi,
I am setting up different target activities for my own website and I am finding some troubles depending on which browser I use. I commonly use Google Chrome, but I have been forced to use Mozilla Firefox and Internet Explorer 11 as well.
For example, I only can create and edit the target activities using Firefox. When Adobe Target tries to open my site with Chrome and through the public URL it doesn't succeed (error message: "The selected website is taking too long to load or does not contain Target libraries"). I always enable mixed content by the way.
Another case is when I open the experiences preview, for instance of a Experience Targeting activity. I can only load the preview properly if I open it in Internet Explorer 11. Additionally, this is the only browser that shows my a Test&Target item at the Debugger at the public URL.
I keep trying to make my target activities work. Unfortunately, when I simulate my website with different user profiles of the ContextHub in the Author version it doesn't show any experience from Adobe Target. I have follow all the steps specified in the documentation and help resources, but I am probably missing something or doing something wrong.
Are these "multiple-browser issues" common? I would do appreciate any clue or tip to find the source of my problems.
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Thank you for your reply. Despite all I have checked my code and used the MboxDebugger but I can not find the problem yet.
We think that the problem source could be the Adobe Target implementation. Therefore, I copy down below the code that we have added to our site. Previously, we have set up the Configuration and Framework of my site in the Cloud Services and, after downloading both VisitorAPI.js and AppMeasurement.js and modifying them, we added the following code in the page:
<cq:include script="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp"/> <script language="JavaScript" type="text/javascript" src="/content/VisitorAPI.js"></script> <cq:include script="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp"/> <script language="JavaScript" type="text/javascript" src="/etc/cloudservices/testandtarget/my-target-configuration/jcr:content/public/mbox.js"></script> <script language="JavaScript" type="text/javascript" src="/content/AppMeasurement.js"></script>
<cq:include path="clientcontext" resourceType="cq/personalization/components/clientcontext"/>
<cq:include path="cloudservices" resourceType="cq/cloudserviceconfigs/components/servicecomponents"/>
The Mbox Debugger shows the following results for the different Internet browsers:
Views
Replies
Total Likes
Hi There,
Thanks for reaching out.
If your page does not display the expected content, there are a few steps you can take to debug content delivery.
mboxDebug is especially useful when you are setting up Target on your page to make sure the mbox is firing and the cookie is being set. However, it does not go into the kind of detail that is useful when debugging content delivery. If your activity does not appear on your page or undesired content appears, use mboxTrace to examine and debug the page in detail.
Please see this doc for more:
https://marketing.adobe.com/resources/help/en_US/target/target/c_content_trouble.html
Views
Replies
Total Likes
Thank you for your reply. Despite all I have checked my code and used the MboxDebugger but I can not find the problem yet.
We think that the problem source could be the Adobe Target implementation. Therefore, I copy down below the code that we have added to our site. Previously, we have set up the Configuration and Framework of my site in the Cloud Services and, after downloading both VisitorAPI.js and AppMeasurement.js and modifying them, we added the following code in the page:
<cq:include script="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp"/> <script language="JavaScript" type="text/javascript" src="/content/VisitorAPI.js"></script> <cq:include script="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp"/> <script language="JavaScript" type="text/javascript" src="/etc/cloudservices/testandtarget/my-target-configuration/jcr:content/public/mbox.js"></script> <script language="JavaScript" type="text/javascript" src="/content/AppMeasurement.js"></script>
<cq:include path="clientcontext" resourceType="cq/personalization/components/clientcontext"/>
<cq:include path="cloudservices" resourceType="cq/cloudserviceconfigs/components/servicecomponents"/>
The Mbox Debugger shows the following results for the different Internet browsers:
Views
Replies
Total Likes
[img]MboxDebugger Chrome & Firefox.png[/img]
Views
Replies
Total Likes
In addition, I attach the results from the Adobe Marketing Cloud Debugger both for Firefox and IE11
Views
Replies
Total Likes
You may be facing issues with Chrome due to a known issue. The Chrome version 48 update introduced an issue that causes the Visual Experience Composer to function incorrectly in Chrome. Google is working on a solution. For information, refer to https://code.google.com/p/chromium/issues/detail?id=582603. To work around this issue:
Views
Replies
Total Likes
Views
Likes
Replies