curl --location --request POST 'https://data.api.attribuly.com/v2-4-2/api/get/product-analysis/cause-event/list' \
--header 'ApiKey: 15xvome1000dh5vsow9geg7110yi43zd' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2025-05-15",
"end_date": "2025-05-21",
"product_id": "7893679407317",
"sorts": [
{
"column": "conversion_value",
"order": "desc"
}
],
"page": "1",
"page_size": "20"
}'{
"code": 1,
"message": "Service succeed",
"data": {
"total": 1,
"page_size": 1,
"records": [
{
"campaign": "--/direct",
"channel": "direct",
"conversions": 9,
"conversion_value": 143.11,
"spend": 0,
"cpa": 0,
"roas": 0
},
{
"campaign": "Non-order ad cost",
"channel": "N/A",
"conversions": 0,
"conversion_value": 0,
"spend": 1154.94,
"cpa": 0,
"roas": 0
}
]
}
}