curl --location --request POST 'https://data.api.attribuly.com/v2-4-2/api/get/ad-analysis/conversion-detail-list' \
--header 'ApiKey: 15xvome1000dh5vsow9geg7110yi43zd' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
]
}
}