Essays
Essays
Long-form thinking — technical dev-logs, PR write-ups, and the occasional personal piece.
EssaysJun 25, 2023Evergreen
Adding Google Analytics to a Next.js blog the old-fashioned way
First instrumentation on the blog: a gtag wrapper in lib/ga.js, a custom pages/_document.js with the Global Site Tag, and no npm dependency.
EssaysJun 25, 2023Evergreen
Migrating to GA4, swapping in Google Tag Manager, and renaming the site to steven.ocampo.io
Universal Analytics is on the way out, so this PR migrates to GA4 via Google Tag Manager loaded through next/script, and renames everything from stevieismagic.com to steven.ocampo.io.