create_ad
Create a paused Reddit ad by promoting an existing post or building a link ad with headline and click URL. Optionally specify creative type and thumbnail.
Instructions
Create an ad. Always created PAUSED. Either promote an existing post (post_url) or build a link ad (headline + click_url, optionally creative_type/thumbnail_url).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Ad name. | |
| headline | No | Headline for a link ad. | |
| post_url | No | Existing Reddit post URL to promote. | |
| click_url | No | Landing URL for a link ad. | |
| account_id | No | Ad account id. Falls back to REDDIT_ADS_ACCOUNT_ID. | |
| ad_group_id | Yes | Parent ad group id. | |
| creative_type | No | Creative type for a link ad. | |
| thumbnail_url | No | Thumbnail image URL for a link ad. | |
| call_to_action | No | Call to action, e.g. SIGN_UP, LEARN_MORE. |