cURL
curl --request POST \ --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/hypotheses/{hypothesisId}/test-plans \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "testCondition": {}, "controlCondition": {}, "matchDimensions": [ "<string>" ] } '
{ "data": null, "error": { "code": "<string>", "message": "<string>", "field": "<string>", "details": {} } }
Create a test plan defining test/control conditions for a hypothesis.
API key or access token
Unique identifier for the advertiser
1
"12345"
Show child attributes
Create test plan