Last updated 11 months ago
Was this helpful?
v2-4-2
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。
api secret key
The IDs of the order, which Up to 20 orders can be retrieved at a time
POST /{version}/api/order/attribution-touch HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 22 { "order_ids": [ "text" ] }
Success
{ "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" } } ] }