update_ad
Update an existing ad by modifying only the specified fields such as name, status, creative, or tracking specs.
Instructions
Update an existing ad. Only provided fields will be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | Ad ID to update | |
| name | No | New ad name | |
| status | No | New status: ACTIVE, PAUSED, DELETED, ARCHIVED | |
| creative | No | New creative spec as JSON string | |
| tracking_specs | No | New tracking specs as JSON string |