create_image_ad_item
Create a new image banner ad in AdButler by specifying dimensions, creative image or URL, click-through URL, alt text, and tracking pixels.
Instructions
Create a new image ad item (banner)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Ad item name | |
| width | No | Ad width in pixels (defaults to 0) | |
| height | No | Ad height in pixels (defaults to 0) | |
| creative | No | Image creative ID (mutually exclusive with creative_url) | |
| location | No | Click-through URL | |
| metadata | No | Custom metadata key-value pairs | |
| html_target | No | Window/frame for destination URL (e.g. "_blank") | |
| creative_url | No | URL to image file — PNG, JPEG, or GIF (mutually exclusive with creative) | |
| html_alt_text | No | Alt text for the image | |
| tracking_pixel | No | Third-party tracking pixel URL | |
| tracking_pixels | No | Array of tracking pixel URLs | |
| html_content_below | No | HTML content below the ad item | |
| trusted_redirect_domains | No | Trusted redirect domains |