FunnelChartResponse¶
| Field | Type | Description |
|---|---|---|
| steps | The funnel's steps. The order of steps in the list corresponds to the order of metric IDs in the stream funnels request. If there is no data available for any of the metrics associated with a given funnel, the steps list is empty. |
Example¶
JSON
{
"steps": [
{
"id": "abc-123-def",
"value": 1
}
]
}