Hi,
I am want to get all the events ending with a referrer url of the below format.
http://www.company.com/product/Glasses-PR37323http://www.company.com/search?keyword=PR12389
So i tried:
| regex Referrer=*PR\d{5}$
But did not work. Any suggestions please?