Get a list of conversion detail in ad attribution
Endpoint URL
Version
v2-4-2
Rate limits
5 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.
Rate limits: 5 requests per second.
version: v2-4-2.
v2-4-2
{{ApiKey}}
Example: {{ApiKey}}
The start date range of the event in ISO format, e.g. 1970-01-01, the time zone should be consistent with your store settings.
The end date of the event in ISO format, e.g. 1970-01-01, the time zone should be consistent with your store settings.If you want to see the data for 1970-01-01, please enter 1970-01-02.
Conversion model name.
Conversion goal name.
At least one of the following must be passed: campaign, ad_det, and ad_name.
At least one of the following must be passed: campaign, ad_det, and ad_name.
At least one of the following must be passed: campaign, ad_det, and ad_name.
The min is 1.
The range is 1 to 100.
POST /{version}/api/get/ad-analysis/conversion-detail-list HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 158
{
"start_date": "string",
"end_date": "string",
"model": "first",
"goal": "purchase",
"campaign": "string",
"ad_set": "string",
"ad_name": "string",
"page": 1,
"page_size": 20
}
{
"code": 1,
"message": "Service succeed",
"data": {
"total": 1,
"page_size": 20,
"records": [
{
"customer": "Norton Kenneth",
"new_customer": "Yes",
"conversion_credit": 0.33,
"order": "X1504-A",
"attributed_value": 9.29,
"conversion_date": "2025-10-09 08:43:08"
}
]
}
}
Last updated
Was this helpful?