how do i test in QA an excluded audience represented by a string of kws inside the url?
the problem is that the QA urls are already defined. How can I go ahead to test query exclusion in QA?
ex: Site Pages: Landing Page Query doesNotContain xxxxx
Solved! Go to Solution.
Views
Replies
Total Likes
I hope you have started a good year!
thank you for the very useful tips! You are very kind.
Salvatore
When I run into something specific to the URL pramaters like this, I often use a QA/Debug audience that contains specific Marketing Cloud Visitor IDs including my own and any other individuals that will need to QA the experience. (If you are not sure how to get your MCVID I added instructions at the bottom of this post)
Here's what it looks like:
Then I do the following:
Doing it this way you ensure that only the users with matching mboxMCGVID will get into the activity and you will no longet have to use the preview URLs with all of the predefined query parameters, you can use your own query parameters to test out the exclusions you have setup for your activity.
How to get your MCVID:
The easiest way is to open you inspector and throw the following into your console.
var myMCVID = visitor.getMarketingCloudVisitorID(); myMCVID
Another way to get your ID and even more information is to use the Adobe Platform Debugger found here.
Hope this helps!
- Chad
I hope you have started a good year!
thank you for the very useful tips! You are very kind.
Salvatore
Happy to help!
I think you marked your reply as the correct answer. Mind marking my response as the correct answer @salizzi
Views
Replies
Total Likes
Views
Like
Replies