kadam_adv_update_creative
Update an existing ad creative by providing its ID and the fields to modify. Fetches current state, merges changes, and submits the full payload.
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 |
|---|---|---|---|
| creativeId | Yes | Creative (material) ID to update | |
| url | No | Landing page URL | |
| title | No | Creative title | |
| text | No | Creative description/text | |
| bid | No | Custom bid for this creative | |
| bidCountries | No | Comma-separated GEO IDs for the bid | |
| startDate | No | Start date (YYYY-MM-DD HH:MM:SS) | |
| stopDate | No | Stop date (YYYY-MM-DD HH:MM:SS or null to clear) | |
| pauseAfterModeration | No | Pause after moderation |