Update Creative Status

PUT {{campaign_url}}/creatives/:id/statuses

Updating a creative's play status

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

To define a new status for the creative, open the body tab and input a new status value. Allowed values: play, pause, stop, archived, approved.

For information on obtaining the id, see GET Existing Creative documentation.

Request Body

{"status"=>"stop"}