Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.29 KB

File metadata and controls

54 lines (38 loc) · 2.29 KB

CreateStandaloneAdRequestDynamicCreative

Meta only. Dynamic Creative: supply a POOL of assets and Meta auto-combines and optimises them into the best-performing variations within a single ad (mapped to the creative's asset_feed_spec). When set, the top-level single-creative fields (imageUrl, headline, body, linkUrl, callToAction) are ignored. Mutually exclusive with the creatives[] multi-creative shape. Meta limits: ≤10 images, ≤5 bodies / titles / descriptions.

Properties

Name Type Description Notes
imageUrls List<URI> Pool of image URLs (1-10). Uploaded to the ad account and referenced by hash in the asset feed.
bodies List<String> Primary-text variations (the body copy). [optional]
titles List<String> Headline variations. [optional]
descriptions List<String> Description (link caption) variations. [optional]
linkUrls List<URI> Destination URL variations. At least one is required unless `goal` is `lead_generation`. [optional]
callToActionTypes List<CallToActionTypesEnum> CTA-button variations. Required. [optional]
adFormat AdFormatEnum Asset-feed ad format. Defaults to SINGLE_IMAGE. [optional]

Enum: List<CallToActionTypesEnum>

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"
REGISTER "REGISTER"
JOIN "JOIN"
ATTEND "ATTEND"
REQUEST_DEMO "REQUEST_DEMO"
VIEW_QUOTE "VIEW_QUOTE"
APPLY "APPLY"
SEE_MORE "SEE_MORE"
BUY_NOW "BUY_NOW"

Enum: AdFormatEnum

Name Value
SINGLE_IMAGE "SINGLE_IMAGE"
CAROUSEL_IMAGE "CAROUSEL_IMAGE"