A funnel measures how many visitors complete a sequence of steps in order. Use it to find the largest drop-off in a conversion flow — the highest-leverage place to invest in copy, design, or speed.
When to use a funnel vs a goal
- Goal — single completion event ("user signed up"). Tells you the conversion rate.
- Funnel — sequence of 2-10 steps ("landed on pricing → clicked checkout → submitted form → confirmed email"). Tells you where people drop off.
Build the goal first; build the funnel once you want to know why the goal isn't converting better.
Creating a funnel
- Go to Funnels → Create Funnel in your dashboard.
- Give the funnel a clear name (e.g. "Free trial sign-up flow").
- Pick a time window — 1 hour, 1 day, 7 days, or 30 days. A visitor must complete the steps within this window for the conversion to count.
- Add steps. Each step is one of:
- Page visit —
/pricing,/checkout, etc. - Custom event — any event you've sent via the JS SDK (e.g.
cta_clicked). - Goal completion — pick from your existing goals.
- Page visit —
- (Optional) Add a filter to each step — e.g. "only count if device = mobile" or "only count visitors from organic search".
- Click Save. The funnel populates with the last 30 days of data.
Reading the funnel
Each step shows three numbers:
- Visitors — how many reached this step within the window.
- Conversion rate from previous step — % who progressed.
- Drop-off — % who reached this step but didn't reach the next.
The biggest drop-off is highlighted. That's usually where to focus.
Common pitfalls
- Time window too short — if your funnel has a "confirm email" step, a 1-hour window will under-count people who confirm later.
- Step ordering — steps must be in chronological order; if the same visitor hits step 3 before step 2, they don't count as converting through step 2.
- Page URL with query params —
/checkout?step=2is different from/checkout. Use a wildcard pattern or strip the params at the source.
Plan limits
| Plan | Funnels | Steps per funnel |
|---|---|---|
| Free | 3 | 5 |
| Pro | 10 | 10 |
| Scale | 50 | 10 |
| Enterprise | Unlimited | 10 |