cURL
curl --request POST \ --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/measurement-records \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "records": [ { "outcomeType": "<string>", "geo": "<string>", "timeWindowStart": "2023-12-25", "timeWindowEnd": "2023-12-25", "value": 123, "source": "<string>", "baselineValue": 123, "confidenceInterval": 123, "lagDays": 0 } ] } '
{ "data": null, "error": { "code": "<string>", "message": "<string>", "field": "<string>", "details": {} } }
Upload outcome measurement records (sales, brand lift, etc). Upserts on (customer, seat, outcome_type, source, geo, time_window).
API key or access token
Unique identifier for the advertiser
1
"12345"
1 - 5000
Show child attributes
Upload measurement records