Skip to content
View as Markdown

FunnelChartResponse

Field Type Description
steps repeated bitdrift.public.unary.charts.v1.FunnelStep 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
    }
  ]
}