We have a front end app that’s built with NextJS. While navigating the site, the page doesn’t reload by design.
We want to track link clicks, so that we can get a sense of how users navigate our site from page to page.
Is there a recommended approach to achieve this? Thanks!