Metrics
Returns all metrics configured in the account.
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.
- Id supports the operator: =
- IntegrationCategory supports the operator: =
- IntegrationName supports the operator: =
For example, the following queries are processed server-side:
SELECT * FROM Metrics
WHERE Id = 'metric-1'
SELECT * FROM Metrics
WHERE IntegrationCategory = 'integration-category-1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier for the metric within Klaviyo. | |
| Created | Datetime | The date and time when the metric was created, in ISO 8601 format (YYYY-MM-DDTHH:MM:SS.mmmmmm). | |
| Name | String | The display name of the metric as defined in Klaviyo. | |
| Updated | Datetime | The date and time when the metric was last updated, in ISO 8601 format (YYYY-MM-DDTHH:MM:SS.mmmmmm). | |
| IntegrationCategory | String | Specifies the category of the integration associated with this metric, such as Internal for Klaviyo. | |
| IntegrationId | String | The unique identifier of the integration that the metric is associated with. | |
| IntegrationName | String | The name of the integration source where the metric originates, such as Klaviyo. |