Hi all,
One of my customers has a travel website (not my own website, 3rd party).
I noticed that pages have some tab functionality on them.
E.g.:
- page citytrip Paris contains tabs in the content: ‘general’, ‘program’, ‘stay’, ‘practial’, ‘dates and prices’, ‘conditions’.
I notice that now that each time you click on such a tab, the url get a query parameter, e.g.:
- website.com/citytrip/paris
- a click on the ‘general’ tab creates a url: website.com/citytrip/paris?id=1111
- a click on the ‘program’ tab crates a url: website.com/citytrip/paris?id=1112
- and so on…
See attachment 0.
I’ve also noticed that each page is counted individually in Piwik PRO. And this is corrupting my stats. Because if a visitor lands on that page and he starts clicking some tabs, I get 4 or 5 page views, while he remains on the same page - see attachment 1.
I have already excluded url paramters (as explained here: How can I stop tracking URL parameters? | Piwik PRO help center) but this simly strips the query parameters, it keeps counting pages - see attachment 2.
So:
- Is there a way I can summarize multiple page views created by those query paramaters as one 1 page view?
- Or maybe only count the first visit of a page and discard all subsequent visits of the same page (maybe adding some kind of cookie?).
Kind regards,
Benjamin Slap