Closed alejandromav closed 2 years ago
We need to improve the tracking scripts listeners, in order to have:
page load
click
hashchange
popstate
We can trigger the page_hit event on every page load and navigation, even on SPA applications.
page_hit
N/A
Describe the feature you'd like to request
We need to improve the tracking scripts listeners, in order to have:
page load
detection, specially for SPA frameworks like Next.js. Not working great right now.click
event, which is overkill.hashchange
andpopstate
look promising.Describe the solution you'd like
We can trigger the
page_hit
event on every page load and navigation, even on SPA applications.Describe alternatives you've considered
N/A