Funnels
Funnels show how visitors progress through an ordered sequence of steps — and where they drop off. Each step is either a page (exact pathname) or a custom event (by name).
How matching works
- A session reaches step N only after matching steps 1 through N−1 in order within the same session.
- Page steps match the exact pathname, same rules as goals.
- Event steps match the
event_namesent viaAntlytics.track(). - Out-of-order visits do not count: for a funnel
/pricing → /signup, a session that hits/signupfirst and/pricinglater only counts for step 1.
Create a funnel
- Open Settings → Funnels.
- Name the funnel (e.g. Signup flow).
- Add 2–8 steps in order, choosing Page or Event for each.
- Choose Add funnel. Results appear on Overview with per-step counts, drop-off, and overall conversion.
Example
| Step | Type | Value |
|---|---|---|
| 1 | Page | /pricing |
| 2 | Page | /signup |
| 3 | Event | signup_complete |
The Overview panel shows sessions at each step, the percentage of step-1 sessions remaining, and the overall conversion rate.
Funnels vs. goals
Goals count sessions that reach a single page. Funnels measure a sequence — use them when the order matters and you want to see where visitors abandon a flow.
Something missing? Get in touch and we will update these docs.