Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.04 KB

File metadata and controls

22 lines (19 loc) · 2.04 KB

# CreateAdCreativeRequest

Properties

Name Type Description Notes
account_id string Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token and Page.
ad_account_id string Platform ad account id (Meta act_<n>, Google customer id, LinkedIn account id, ...).
headline string
body string Primary text
description string Link description below the headline; omitted = Meta scrapes the destination's OG description. [optional]
call_to_action string CTA type (same whitelist as POST /v1/ads/create). [optional] [default to 'LEARN_MORE']
link_url string
image_url string Publicly reachable image; uploaded to the account's library server-side. [optional]
image_hash string Existing library image hash (POST /v1/ads/images or GET /v1/ads/images). [optional]
carousel_cards \Zernio\Model\CreateAdCreativeRequestCarouselCardsInner[] [optional]
url_tags string Appended to every outbound URL (e.g. utm_source=fb). [optional]
promotion \Zernio\Model\MetaPromotion [optional]
creative_features array<string,string> Meta only. Applied to each new creative, including standalone and attach shapes. With creatives[], these are defaults; an item replaces the whole feature map, including an empty map. auto_promotion_tag is an enhancement; an explicit offer uses promotion. [optional]
multi_advertiser string Meta only. Multi-advertiser ads: whether Meta may show this ad alongside other advertisers' in one unit. Meta auto-enrols since Aug 2024, so send OPT_OUT to leave. It is a top-level creative field, NOT a `creativeFeatures` key, and Meta rejects it there. [optional]

[Back to Model list] [Back to API list] [Back to README]