Expand my Community achievements bar.

SOLVED

Activity QA | exclude a query

Avatar

Level 1
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


 

1 Accepted Solution

Avatar

Correct answer by
Level 1
I hope you have started a good year!

thank you for the very useful tips! You are very kind.

Salvatore

 

View solution in original post

3 Replies

Avatar

Level 2

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:

Chad_Ostroff_0-1641398165884.png

Then I do the following:

  1. I assign that audience to the activity.
  2. Set the audience allocation to 100% for the variation I am trying to QA.
  3. Activate the activity. (don't worry, only matching mboxMCGVID will get into the activity)
  4. Go load up the page with your query parameters and test out your exclusion rules.

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

 

Avatar

Correct answer by
Level 1
I hope you have started a good year!

thank you for the very useful tips! You are very kind.

Salvatore

 

Avatar

Level 2

Happy to help!

I think you marked your reply as the correct answer. Mind marking my response as the correct answer @salizzi