09.05 · Walkthrough
Instrumenting the Funnel: Impression to Activated User
Wire one event schema that follows a person from search impression through to activation, and explain why a funnel assembled from four disconnected tools tells you nothing.
No video curated for this lesson yet
This lesson is written, ordered and part of the path - the video slot is the only thing still open. We are working through SEO lesson by lesson; 39 of 52 have their video so far.
The written notes below cover this idea in full - you lose nothing by reading instead of watching.
A useful SEO-to-product funnel is an append-only event stream tied to one identity, not a collage of aggregate dashboards. Track source, time, step, context, anonymous identity, user identity, and a real activation event so you can reconstruct which search visits became activated users.
What this lesson answers
- how to track SEO funnel to activation
- why disconnected funnel analytics tools are unreliable
- how to join anonymous and user IDs
Notes
A funnel is only useful when every step is measured as part of the same story about the same person. For this lesson, that story starts before signup: a search impression, a click, a landing page view, an intent action, account creation, onboarding, and finally activation. The goal is not to collect many events; it is to define a small event schema that preserves identity, source, time, and step semantics well enough to reconstruct the journey later.
The concrete mental model is an append-only event log. Each event says: who did something, what they did, when they did it, where they came from,…
Common questions
- What events should an SEO activation funnel record?
- Record the journey as named events from search exposure through click, landing page view, intent action, account creation, onboarding, and activation. Each event should carry identity, timestamp, source, step meaning, and relevant context. Activation should be a concrete product milestone, not simply another page view.
- Why can’t I build the funnel from separate analytics tools?
- Separate tools use different identifiers, attribution models, filtering rules, clocks, deduplication logic, and user definitions. Their totals may look plausible, but they do not prove that the same person moved through each step. You get disconnected counts rather than a traceable conversion path.
- How should anonymous visitors be connected to signed-up users?
- Assign a stable anonymous identifier before signup and persist it across the pre-login journey. When the person creates an account, explicitly associate that anonymous identifier with the new user identifier. Future queries can then connect acquisition source and landing behaviour to onboarding and activation.
