curl --location --request POST 'https://data.api.attribuly.com/v2-4-2/api/get/ad-analysis/list' \
--header 'ApiKey: 15xvome1000dh5vsow9geg7110yi43zd' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "string",
"end_date": "string",
"dimension": "channel",
"model": "first",
"goal": "purchase",
"page": 1,
"page_size": 20
}'{
"code": 1,
"message": "Service succeed",
"data": {
"total": 1,
"page_size": 20,
"records": [
{
"channel": "applovin",
"campaign": "",
"ad_set": "",
"ad_name": "",
"new_lead_conversions": 0,
"conversions": 0,
"conversion_value": 0,
"new_order_conversion_value": 0,
"new_order_roas": 0,
"ad_net_conversion_value": 0,
"ad_net_roas": 0,
"spend": 22497.21,
"cpa": 0,
"roas": 0,
"impressions": 564551,
"cpm": 39.84,
"clicks": 0,
"cvr": 0,
"cpc": 0,
"ctr": 0,
"outbound_clicks": 0,
"outbound_ctr": 0,
"cost_per_outbound_click": 0,
"view_through_conversions": 0,
"view_through_conversion_value": 0,
"view_through_roas": 0,
"profit": -22497.21,
"margin": 0
}
]
}
}