nextjs-google-analytics
nextjs-google-analytics copied to clipboard
Doesn't show what page they're on
Set this up with page view tracking, it shows users in realtime but doesnt show the page they're on.
<GoogleAnalytics trackPageViews />
One of my sites is having issues with the page_views only firing on first page load. On subsequent route changes nothing shows up in tagassistant debug mode. I wonder if it is the same issue you are having?