Automatic SPA pageview tracking
To track page views in a Single Page Application (SPA), you normally listen for route changes on your router and send a tracking call.
Here's how you can do it automatically, without changing any code in your application, by detecting when the URL changes:
Automatically track pageviews on a Single Page Application
Last updated