Closed khakestani closed 6 years ago
I want to set google analytic event on every changing route What's the best solution?
I find my solution here
_app.js's getInitialProps is triggered everytime user navigate to a different page.
I placed my ga trigger there.
I want to set google analytic event on every changing route What's the best solution?