MappedMetrics
Returns all mapped metrics in the account. Mapped metrics define the relationship between mapping types (such as revenue, added_to_cart, ordered_product) and the underlying metric or custom metric used for tracking.
Columns
| Name | Type | ReadOnly | References | Description | |
| Id [KEY] | String | True |
The type of mapping. Allowed values: added_to_cart, cancelled_sales, ordered_product, refunded_sales, revenue, started_checkout, viewed_product. | ||
| Updated | Datetime | True |
The date and time when this mapping was last updated, in ISO 8601 format (YYYY-MM-DDTHH:MM:SS.mmmmmm). | ||
| MetricId | String | False |
The Id of the metric for this mapping. Set this to update the mapping to a standard metric. Set to null to unset the mapping. | ||
| CustomMetricId | String | False |
The Id of the custom metric for this mapping. Set this to update the mapping to a custom metric. Set to null to unset the mapping. |