Growth & Marketing AI

ICP weighting models, CRO analysis, AEO frameworks, attribution — home turf, and the hardest for others to copy.

← All recipes

growth marketing ai

Adding a Google Tag (GA4) to Your Site

The exact gtag.js snippet Google hands you for a GA4 property, wired into a shared layout the same way as this cookbook's PostHog recipe, plus a straight comparison of the two: pricing, data model, and how each one resolves an anonymous visitor into a known identity.

growth marketing ai

Turning a Form Submission Into a Real Person in PostHog

Client-side analytics gated behind identified_only person profiles stays anonymous by default. The pattern for calling identify() at the one moment a visitor hands you an identifying value, a real form submission, so that reader stops being a disconnected session and becomes a person you can look up.

growth marketing ai

An AEO Metadata Layer That Answer Engines Can Cite

The bot-facing metadata layer behind Exit Velocities itself — a target question, a quotable answer paragraph, an authority level, and an entity list on every page, reverse-engineered from production sites that already rank well in AI answers and adapted to a one-author publication.

growth marketing ai

A Dynamic ICP Model That Catches Its Own Drift

Why a static ICP tag isn't enough, and how a weighted-moving-average model that blends the authored hypothesis with live conversion and revenue data flags a slipping segment before a quarter goes soft.

growth marketing ai

Tracking Who's Visiting Your Site

Any attribution model or growth dashboard needs real traffic numbers under it. The general problem, PostHog as one way to solve it, and the exact pattern used to wire it up on a static site without tracking a single local build.

growth marketing ai

Building a Traffic Dashboard on a Site With No Server

Sessions, users, and events pulled from PostHog into this repo on a schedule and rendered at build time — how a fully static site gets a 'live' dashboard without ever exposing a real API key to the browser.