Hello All,
I have a website where I have the below URL:
/articles/findarticle.asp
This page does not have any content but merely redirects to another page based on the parameter. For e.g.
1) /articles/findarticle.asp?article_id=5 => goes to => The fifth article
likewise...
2) /articles/findarticle.asp?article_id=2 => goes to => The second article
My question is, can anyone please guide me on how I can see separate reports for the above url with different parameters using an advanced filter?
Thanks!
-Vishal