| URL | Technology | 5/8/12 12:16 PM | How should we write the URL in order to track numbers in GA? E.G: /Products/ or Products or Products/ Thanks |
| Re: URL | Sampatirao | 5/9/12 10:42 PM | Use regx match type that macthes all these.^/products/$|^Products$|^Products/$ |
| Re: URL | Rachael | 5/13/12 3:50 PM | Hey Technology (great profile name!!), just write it however your actual URL is written. If there are multiple ways the URL is created on the site, then look at using RegEx. If the URL is just http://domain.com/Products, just make sure you're using /Product |