Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.

Activity QA link not showing test changes

Avatar

Level 2

A couple team members and I are having trouble getting the Activity QA link to generate a preview with the changes we've made for our tests. I've tried most of the suggestions(toggling off audience rules, clearing browser, going incognito,etc) I've read here and not working properly so far. We have AEM 6.4 for our site. If anyone has any insight on why we're not able to see any changes, it'd be greatly appreciated.

5 Replies

Avatar

Employee

You can try using a debug query parameter to check if there are any selector issues . Using the below query parameters will output console statements with the actions that target is trying to apply and if it is successful or not.

If using at.js append the preview link with &mboxDebug=console .If on mbox.js append with &_AT_Debug=console .

It will look something like this,

1540781_pastedImage_1.png

Avatar

Level 2

We're using at.js it looks like, where in the URL do I append &mboxDebug=console to?

My link currently looks like this

?at_preview_token=cO5wxjHphR5difyn5LzSNQ%3D%3D&at_preview_index=1_1&at_preview_listed_activities_only=true

Avatar

Employee

You can append it to the end as follows:

?at_preview_token=cO5wxjHphR5difyn5LzSNQ%3D%3D&at_preview_index=1_1&at_preview_listed_acti vities_only=true&mboxDebug=console

Avatar

Level 2

I've tried appending to the URL and receive the following in the console:

AT: [global mbox] auto-create disabled

AT: Settings Object

If I modify the url, i'll get this instead on settings.

target-console-link.jpg

It doesn't look like I'm receiving any errors that I know of. Do you have any other recommendations?

Avatar

Level 4

I've noticed that sometimes I get stuck in other previews that I was working on causing the current preview not to render correctly.  So I usually clear the preview and it often clears things up.  Then go back to the current preview.  To clear it you just need the blank url parameter ?at_preview_token= with nothing after the equals sign.  I also wrote some javascript that you can bookmark in your browser that will clear if for you.  Here's a link to the code for the bookmark. How to Clear Adobe Target Previews