update_ad
Update an ad's name, status, or creative. Provide the ad ID and optionally change the name, set the status (ACTIVE, PAUSED, DELETED, ARCHIVED), or replace the creative by passing a creative ID.
Instructions
WRITE: Update an ad's name, status, or swap its creative. To replace the creative pass creative: {creative_id: 'XXX'}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | ||
| name | No | ||
| status | No | ||
| creative | No | e.g. {creative_id: '123456'} |