Update Ad Status
newsbreak_update_ad_statusEnable or disable an ad by specifying its ID and setting the desired status to ON or OFF.
Instructions
Enable or disable an ad.
Args:
adId (string, required): ID of the ad
status (string, required): ON or OFF
Returns: Updated ad details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adId | Yes | ID of the ad to update | |
| status | Yes | New status: ON or OFF |