Query String Parameter
Hello,
The standard configuration for SC is to strip out query string parameters to a page. This makes sense to record page?cid=test as just /page.
However, we have some pages that require taking in a query string parameter in order to serve up dynamic content. How do we make changes to SC to observe those pages as separate pages?
Example /page?param=1 and /page?param=2 as 2 separate pages. Also is it possible to limit it to such that only the desired param is listed as the link so links like /page?param=1%unwantedparam=2 is only recorded as /page?param=1
My thought is to deploy s.PageName in the custom dynamic content. Any best practices for these kinds of dynamic pages?
Thanks!