I looked through the FAQs and forums, but couldn’t find an answer to this:
On one of my sites, I feed a username and software license number to a page with a query string, like so:
example.com/finish.php?name=someone&license=0123
In my pages pane, each visit to that page gets logged on a separate line, since the query string values are different every time. Is there any way for Mint to collapse those page hits, so that finish.php is being tracked in aggregate, and the query strings get ignored? Thanks!