Update Ad Statuses

PUT {{campaign_url}}/ads/:adId/statuses

Updating an ad's active status

You can edit the status of an existing ad by sending this PUT request. To update other ad settings, send a PUT Edit Ad request.

To change an ad's play status, open the body tab and define the clientStatus as one of the following: play, pause, stop.

To archive an ad, set the workflowStatus as archived. To unarchive an ad, set the workflowStatus as approved.

For information on obtaining the adId, see GET Existing Ad documentation.

Request Body

{"clientStatus"=>"pause"}