create_rich_media_ad_item
Create a new rich media ad item in AdButler by specifying a creative ID and name, then optionally configure size, click-through URL, tracking pixels, expand direction, and metadata.
Instructions
Create a new rich media ad item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Ad item name | |
| width | No | Ad width in pixels | |
| height | No | Ad height in pixels | |
| creative | Yes | Rich media creative ID | |
| location | No | Click-through URL | |
| metadata | No | Custom metadata key-value pairs | |
| 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 | |
| expand_vertical_direction | No | Vertical expand direction | |
| expand_horizontal_direction | No | Horizontal expand direction |