Hi Topliners,
I need to segment visitors to our site based on them accessing specific pages, and the naming conventions we use means I need to match the tail of the URL - the right side, what it ends with - NOT the starting part / left side.
Some example URLs would be:
www.website.com/resources/whitepapers/our-newest-and-best-whitepaper/download/thank-you
www.website.com/resources/whitepapers/the-first-whitepaper-about-product-X/download/thank-you
www.website.com/resources/webinars/that-webinar-we-did-about-using-the-product/watch/thank-you
Basically I want to match URLs that end with */thank-you to count resource views, */download/thank-you to match downloads, */watch/thank-you to match recorded webinar views, etc
We will have pages added dynamically on an ongoing basis which will generate hits matching this pattern, so I can't just add a list of pages now to a page tag and expect that to work going forward.
I have not found a way to do this with page tags - I can only match the URL/path and everything below, which is basically the left side of the URL. I also cannot seem to do this with segments - filter criteria - visited websites.
I could do dynamic page tags and add a meta tag, but this would only account for hits going forward. Is there some method I can that will work going forward and also looking backward?
Thanks!