Skip to main content
Creates a Meta ad creative from a raw creative payload and returns the new creative_id. Does not attach it to any ad. Used in the edit-ad workflow: meta_ads_get_ad_creative -> modify payload -> meta_ads_create_ad_creative -> meta_ads_replace_ad_creative. Best when the edited payload already references existing media in Meta, such as image_hash or video_id. If the edit needs brand new media uploads or a new ad from scratch, use the dedicated create_*_ad operations (e.g. meta_ads_create_single_image_ad, meta_ads_create_carousel_ad) instead.

Inputs

Output

Type: Dict Returns the new creative ID and its name. Fields: creative_id, name