update_ad_creative
Change the name of an existing ad creative. The Meta API restricts updates to only the name field; creative content remains immutable.
Instructions
Update an existing ad creative's name.
IMPORTANT: Meta API does NOT allow changing copy, headline, CTA, or link URL on existing creatives. Creative content is immutable after creation.
To change ad copy: create a NEW creative with create_ad_creative, then swap it on the ad with update_ad(creative_id=new_creative_id).
Args: creative_id: Creative ID to update. name: New creative name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creative_id | Yes | ||
| name | No |