Update Ad
newsbreak_update_adUpdate an existing ad's content and settings by providing its ID and a new name, with options to adjust creative, tracking URLs, and status.
Instructions
Update an existing ad's content and settings.
Args:
adId (string, required): ID of the ad to update
name (string, required): New ad name
creative (object, optional): Updated creative content
clickTrackingUrl (string[], optional): Click tracking URLs
impressionTrackingUrl (string[], optional): Impression tracking URLs
status (string, optional): ON or OFF
Returns: Updated ad details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adId | Yes | ID of the ad to update | |
| name | Yes | New name for the ad | |
| status | No | Status: ON or OFF | |
| creative | No | Updated creative content | |
| clickTrackingUrl | No | Click tracking URL list | |
| impressionTrackingUrl | No | Impression tracking URL list |