create_ad_variant
Create an ad variant by uploading an image and setting title, body, and target URL. New ads default to paused for review.
Instructions
Create a new ad: upload the creative image, then create the ad in one step.
Provide the image as image_url (preferred) or base64 in image_file_b64.
Defaults to paused so you can review before it serves. Use a specific landing
page (target_url), not a generic homepage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_group_id | Yes | ||
| name | Yes | ||
| title | Yes | ||
| body | Yes | ||
| target_url | Yes | ||
| image_url | No | ||
| image_file_b64 | No | ||
| status | No | paused |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ad_group_id | No | ||
| name | No | ||
| status | No | ||
| creative | No | ||
| review_status | No | ||
| review | No | ||
| serving_issues | No | ||
| image_url | No | ||
| created_at | No | ||
| updated_at | No |