Update Advertiser Status
PUT {{campaign_url}}/advertisers/:advertiserId/statuses
Updating an advertiser's play status
You can edit the status of an existing advertiser by sending this PUT
request. To update all other advertiser settings, send a PUT
Edit Advertiser request.
To define a new status for the advertiser, open the body tab and input a new status value. Allowed values: play, pause, stop, archived.
For information on obtaining the advertiserId
, see GET
Existing Advertiser documentation.
Request Body
{"status"=>"pause"}