MetricProperties
Lists all available properties for a given metric Id, providing insight into the fields and dimensions used in metric tracking.
Select
The add-in uses the Klaviyo API to process WHERE clause conditions with the following columns and operators. Remaining filters are evaluated client-side within the add-in.
- MetricId supports the operator: =
For example, the following query is processed server-side:
SELECT * FROM MetricProperties
WHERE MetricId = 'metric-id-1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier for the metric property. | |
| InferredType | String | Specifies the data type automatically inferred for this metric property, such as string, integer, or datetime. | |
| Label | String | The display label or friendly name assigned to the metric property. | |
| Property | String | The name of the property field associated with this metric property, used for identifying specific attributes in metric data. | |
| MetricId | String |
Metrics.Id | The unique identifier of the metric used to retrieve all related metric properties. |