kadam_adv_update_creative
Update an existing creative's fields (URL, title, text, bid, dates, pause) by providing only the changes. Fetches current state and merges modifications.
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 |