funnel_report
Analyze conversion funnels by defining ordered steps (paths or events) to see visitor progression and drop-off rates.
Instructions
Conversion funnel: given an ordered list of steps (each a page path or an event), how many visitors reach each step and where they drop off. Minimum two steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Ordered funnel steps (>= 2). | |
| window | No | Days allowed between steps to count as a conversion. | |
| endDate | No | Report end, ISO date. Optional; defaults to today. | |
| startDate | No | Report start, ISO date. Optional; defaults to 7 days ago. | |
| websiteId | Yes | The website id, from list_websites. |