# <a id="bitdrift.public.unary.charts.v1.FunnelStep"></a>FunnelStep

**Source definition:** [`src/bitdrift/public/unary/charts/v1/chart_id.proto#L171-L177`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/charts/v1/chart_id.proto#L171-L177>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| id | <span class="proto-type proto-type-primitive">string</span> | The action ID associated with this step. |
| value | <span class="proto-type proto-type-primitive">uint64</span> | The accumulated value of all collected data points for this metric. |

</section>
<p class="h4">Example</p>
```json
{
  "id": "fkQ1PfAZhdYvJexzY6DYuoYCZTEaWO0Y7spxwjr7akc",
  "value": 42
}
```

