# Funnels

Default: pageview, then a signup goal, then a purchase. Counts are unique visitors who completed each step after the previous one.

You can save a different ordered list per site (pageview, named goal, purchase, or path prefix). Max eight steps. Empty until events match. Share links stay read-only.

```js
cashline('pageview');
cashline('goal', { name: 'signup' });
cashline('purchase', { amount: 149, currency: 'ZAR', reference: 'PS_REF' });
```
