ReportMetric
Object
A single measurable attribute of the report data — for example, revenue, number of sold tickets, or event name.
Metrics can appear as columns in a report and may support sorting and filtering. Use Report.metricConnections to see all available metrics for a given report and to control which ones are visible as columns.
Fields
| Field | Description | Type |
|---|---|---|
isSortable | Whether this metric supports sorting. | Boolean |
key | Stable, unique identifier for this metric. | ID! |
label | Human-readable name of this metric in the requested locale (defaults to German when omitted). | String |
typeHints | Semantic tags that describe the data type of this metric's values — for example `"datetime"` or `"key_value"`. | [ String! ] |