Each creative must supply EXACTLY ONE of imageUrl (image creative) or video (video creative).
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Exact name for this ad. Falls back to `<name> #N` (N = 1-based position). | [optional] |
| headline | String | ||
| body | String | ||
| description | String | Link description for this ad (link_data.description; video creatives: video_data.link_description). Falls back to the top-level `description`; when both are omitted Meta scrapes the destination URL's OG description. | [optional] |
| imageUrl | URI | Image creative. Mutually exclusive with `video`. | [optional] |
| video | CreateStandaloneAdRequestCreativesInnerVideo | [optional] | |
| linkUrl | URI | ||
| callToAction | CallToActionEnum |
| Name | Value |
|---|---|
| LEARN_MORE | "LEARN_MORE" |
| SHOP_NOW | "SHOP_NOW" |
| SIGN_UP | "SIGN_UP" |
| BOOK_TRAVEL | "BOOK_TRAVEL" |
| CONTACT_US | "CONTACT_US" |
| DOWNLOAD | "DOWNLOAD" |
| GET_OFFER | "GET_OFFER" |
| GET_QUOTE | "GET_QUOTE" |
| SUBSCRIBE | "SUBSCRIBE" |
| WATCH_MORE | "WATCH_MORE" |