upload_creative
Upload image creatives to Google Ad Manager with advertiser targeting, click-through URLs, and optional size overrides for different ad placements.
Instructions
Upload an image creative to Ad Manager.
Args: file_path: Path to the image file advertiser_id: ID of the advertiser click_through_url: Destination URL when clicked creative_name: Optional name for the creative override_size_width: Optional width to override the creative size (for serving into a different sized slot) override_size_height: Optional height to override the creative size (for serving into a different sized slot)
The creative size is extracted from the filename (e.g., '300x250' in 'banner_300x250.png'). Use override_size_width and override_size_height together to serve a creative into a different sized placement (e.g., serve a 970x250 image into a 1000x250 slot).
Returns the created creative details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| advertiser_id | Yes | ||
| click_through_url | Yes | ||
| creative_name | No | ||
| override_size_width | No | ||
| override_size_height | No |