[Added] I found that can stop trigger Pageview on hashchange, via [Settings]->[Compatibility]->[Single Page Application support] flag.
but I can’t fire the manual event on hashchange, so it will be great if zaraz add hashchange trigger. thanks!
[Original post]
Hi, I run a site on MPA and after installing Zaraz and watching it for a while I noticed that it was logging more traffic than normal.
I used Devtool to dig around and found that every time the hashchange event we use on the site fires, a Pageview is being logged.
This should not be logged as a Pageview as it is an auxiliary function for sharing links.
I suggest separating the hashchange event from the Pageview, as it has too many side-effects for an event that is fired on “every page where Zaraz is loaded”.