My Google Analytics is catching a number of URLs where there is a unique GET parameter.
It also catches URLs like /pay and /pay/.
Is there any way I can get it to clean up the data and just see tidy page views?
|
My Google Analytics is catching a number of URLs where there is a unique GET parameter. It also catches URLs like Is there any way I can get it to clean up the data and just see tidy page views? |
||||
|
|
|
If you got to the page with When editing your profile you can tell GA to exclude some query parameters
|
|||
|
Be careful with trailing slashes, as I think the issue is more about tidying up the URLs to make sure there is a trailing slash. Add the following code to your .htaccess file to add a trailing slash to all URLs. It is also useful to include a canonical link on all of your pages to help eliminate potential duplicate issues.
|
|||
|
|