Docs
Funnels
The dashboard ships one default funnel: a pageview, then a signup goal, then a purchase. Counts are unique visitors who completed each step after the previous one.
Default steps
- Page — any
pageview - Signup —
goalnamedsignup - Purchase — any
purchase
Conversion on step two is signups divided by people who hit a page. Step three is purchasers divided by signups. If the previous step is zero, the rate is zero — not a placeholder.
How to feed it
cashline('pageview');
cashline('goal', { name: 'signup' });
cashline('purchase', { amount: 149, currency: 'ZAR', reference: 'PS_REF' });/test can fire a signup goal and a dummy R99 tracker purchase so you can see the shape without inventing other visitors.
What we do not ship yet
There is no funnel builder API and no saved custom funnels. If you need a different sequence, say so — we will not pretend a drag-and-drop editor exists.