Analytics processing rule question | Community
Skip to main content
patrickh6611348
June 19, 2019
Solved

Analytics processing rule question

  • June 19, 2019
  • 1 reply
  • 1127 views

When entering a condition searching for query string parameters, does the processing rule engine treat the question mark like text or like a wildcard?  That is, will the below capture all page names that start with gdc:secure:enroll:enroll?, or will it capture all page names starting with gdc:secure:enroll:enroll with anything after that?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asheesh_Pandey

Hey Patrick,

Query string values must be encoded in Unicode or UTF-8 to be read by processing rules.

But in your case, it looks you are setting pageName first and later replacing its value so you should be fine using it as is.

1 reply

Asheesh_Pandey
Community Advisor
Asheesh_PandeyCommunity AdvisorAccepted solution
Community Advisor
June 20, 2019

Hey Patrick,

Query string values must be encoded in Unicode or UTF-8 to be read by processing rules.

But in your case, it looks you are setting pageName first and later replacing its value so you should be fine using it as is.

- Asheesh