Track Events
Report metrics
This endpoint helps you report metrics from channels that aren't native to Customer.io or don't rely on our SDKs. When we deliver a message, we include a CIO-Delivery-ID header. This is the delivery_id in the payload. You can use it as a UTL and you can pass it as a UTM parameter in links, etc to track metrics when people click, convert, etc.
post/api/v1/metrics
Request body
Example request
{
"delivery_id": "RPILAgUBcRhIBqSfeiIwdIYJKxTY",
"timestamp": 1613063089
}Response
The request was received.
Changes
No recorded changes to this endpoint across all 1 revision of this API.