kadam_adv_update_creative
Update an existing ad creative by fetching its current state, merging specified changes, and sending the complete payload. Pass only the fields you want to modify; for image changes, create a new creative.
Instructions
Update an existing creative (read-modify-write). Fetches current state, merges your changes, sends full payload. Pass only the fields you want to change. For image changes, create a new creative instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid | No | Custom bid for this creative | |
| url | No | Landing page URL | |
| text | No | Creative description/text | |
| title | No | Creative title | |
| stopDate | No | Stop date (YYYY-MM-DD HH:MM:SS or null to clear) | |
| startDate | No | Start date (YYYY-MM-DD HH:MM:SS) | |
| creativeId | Yes | Creative (material) ID to update | |
| bidCountries | No | Comma-separated GEO IDs for the bid | |
| pauseAfterModeration | No | Pause after moderation |