The activation funnel nobody draws
Every product team can draw their activation funnel. Sign-up → email confirm → first action → activation event. Four steps, neat and rectangular, the kind of diagram that fits in a slide.
The actual activation funnel — the one that describes what happens to real users — is shaped nothing like that. Most of the leverage in activation is in steps that don't appear on the diagram, because they don't appear in your tracking either.
The steps your funnel doesn't include
A complete activation funnel includes, in roughly this order:
- Saw an ad / heard about you / searched
- Clicked through to the marketing site
- Read enough of the landing page to form an intent
- Signed up
- Got the verification email
- Found the verification email (this is the one nobody tracks)
- Clicked the verification link
- Landed on the product
- Found the place to do the thing they came for
- Started doing the thing
- Hit the first piece of friction
- Recovered from the first piece of friction
- Completed the thing
- Came back the next day to do it again
Most teams instrument steps 4, 8, 13, and call it a funnel. The other steps are doing all the work, and the team has no way to see them.
The two invisible drop-offs
Two of the missing steps account for most of the surprise loss:
The verification email gap. A nontrivial fraction of users who sign up never make it to the product, not because they bounced, but because the email went to spam, the user closed the tab, or the verification link 404'd. A few percentage points of activation regularly hide here. Easy to fix once measured; impossible to find without measuring.
The "where do I do the thing" gap. Users land on your product after verifying. The product loads. They see the dashboard. They cannot find the button that does the thing they came to do. They click around for forty seconds. They give up. This shows up in your analytics as a session that visited four pages and bounced, indistinguishable from a session that did the thing. The user, meanwhile, will tell you in the survey that "the product was confusing" — and you will helpfully add another tooltip somewhere, missing the actual problem, which is that the primary action wasn't where they expected it to be.
How to draw the real funnel
The fastest way to find the missing steps is the manual one: 30 minutes of session recordings of users on day 1. Watch ten of them. Count the steps that show up on the screen but not on your funnel chart. That's your real funnel.
Do this once per quarter. The funnel changes shape every time you ship a UX change.
The fix is rarely "more onboarding"
When teams discover an unexpected drop-off in their funnel, the default response is to add a tour, a tooltip, a checklist. This is almost always wrong. The drop-off is usually a sign that the underlying interface is confusing — and adding a guide on top of a confusing interface produces a confusing interface with a guide. The correct fix is usually to change the interface so the guide isn't needed.
A test: if you removed the tooltip after a week, would the activation rate drop back? If yes, you haven't fixed the interface — you've propped it up. If no, you didn't need the tooltip in the first place. Most contextual help shipped in response to drop-offs falls into the first category. The teams that ship better products fall into the second.
What to do this week
- Pull a list of users who signed up in the last 7 days but did not activate.
- Watch ten of their sessions, end to end, in real time, with no playback speed.
- Write down the exact moment each user hesitated, lost, or quit.
- Compare your written list to your funnel chart.
- The gap between the two lists is your work for the next sprint.
This is unglamorous and produces more roadmap ideas per hour than any other research activity. The teams that do it consistently outship the teams that don't, by a wide and persistent margin.