/
Run and Update Forecast f...
Run and update forecast for given new strategy plan ID
Security
Auth0(Required scopes: offline_accessmanage:services)
POST
curl -i -X POST \
'https://api.mediamath.com/api/v3.0/new_strategy_plans/{strategy_plan_id}/forecast' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": { "campaign_start_date": "2019-08-24T14:15:22Z", "campaign_end_date": "2019-08-24T14:15:22Z", "campaign_zone_name": "string", "name": "string", "feature_compatibility": "string", "device_graph_only": true, "zone_name": "America/New_York", "campaign_service_type": "string", "type": "string", "duration": { … }, "budget": { … }, "goals": { … }, "frequency": { … }, "inventory": { … }, "targeting": { … }, "creatives": { … }, "id": 33, "version": 3, "campaign_id": 8 }, "meta": { "status": "success" } }