Start Campaign

This method uses PUT to start a campaign.

Validations/Error Messages for Start a Campaign

In case of failure the service replies with specific error codes. Here are the codes for the JSON and the corresponding HTTP status codes:

CodeIndicates
0Campaign is now live => HTTP 200
1Token parameter is mandatory => HTTP 400
2Failed to activate campaign (Please check provided token is valid) => HTTP 503
3Failed to refresh ad server configurations => HTTP 503
4Ad server configurations were partially refreshed => HTTP 503
5Can not start a finished campaign => HTTP 403
Language