Writing

Analytics: what we have had to fix

6 write-ups from production, newest first. Each one is a problem hit on a real project and how it was diagnosed and fixed.

6 articles
5 min read

GA4 Page Views Not Tracking in Next.js App Router

GA4 page views not firing on client-side navigation in Next.js App Router? Track route changes with usePathname, useSearchParams, and a manual gtag event.

SEOAnalytics