Order: first and last touchpoint
Endpoint URL
Version
v2-4-2
Rate limits
20 requests per second
Tips
The data returned by the API is generally 10-30 minutes old, and we are sorry that we cannot provide real-time data for querying.
Each API request can retrieve no more than 20 orders。
Path parameters
versionstringRequiredExample:
v2-4-2
Header parameters
ApiKeystringOptional
api secret key
Body
order_idsstring[]Required
The IDs of the order, which Up to 20 orders can be retrieved at a time
Responses
200
Success
application/json
x-200:Failed
Failed
application/json
post
POST /{version}/api/order/attribution-touch HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"order_ids": [
"text"
]
}
{
"code": 1,
"message": "Service succeed",
"data": [
{
"order_id": "5154874786005",
"first_touchpoint": {
"campaign": "direct/--",
"channel": "direct",
"source": "direct",
"medium": "--",
"time": "2023-03-29 07:25:56"
},
"last_touchpoint": {
"campaign": "direct/--",
"channel": "direct",
"source": "direct",
"medium": "--",
"time": "2023-03-29 07:25:56"
}
}
]
}
Last updated
Was this helpful?