cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/measurement-config \ --header 'Authorization: Bearer <token>'
{ "measurementConfig": { "advertiserId": "12345", "mmmEnabled": true, "incrementalityTestingEnabled": true, "brandLiftEnabled": true, "createdAt": "2025-01-15T10:30:00Z", "updatedAt": "2025-01-20T14:45:00Z", "mmmConfig": { "provider": "measured", "dataSourceIds": [ "ds_123", "ds_456" ], "reportingFrequency": "weekly" }, "settings": {} } }
Get the measurement configuration for an advertiser.
API key or access token
Unique identifier for the advertiser
1
"12345"
Get measurement configuration
Response containing measurement configuration
Full measurement configuration for an advertiser
Show child attributes