I am setting up my first campaign(s) in Target (formerly used Target Classic) and I am having some trouble setting goal metrics. I have a 50/50 test using a global mbox, and my goal needs to be when a specific page is visited. the issue I have is that my URL's are not fixed, for example:
https://pet1.johnlewis-insurance.com/quoteAndBuy.do?e=e1s1&curPage=paymentMonthly
as opposed to
https://pet1.johnlewis-insurance.com/quoteAndBuy.do?curPage=paymentMonthly
So I was trying to set a rule saying
Conversion > viewed a page > where URL contains > &curPage=paymentMonthly
but I don't think this is working correctly (numbers are too high) - we have other pages in other implementations with the same &curPage parameters, so I suspect I may be tracking these as well??
I guess I need to do something like:
Conversion > viewed a page > where URL contains > https://pet1.johnlewis-insurance.com/quoteAndBuy.do? AND &curPage=paymentMonthly
IS this possible? If not, can you suggest a workaround? I can't be the first with non-static URLs...