create_ad
Create a new ad for a Meta Ads campaign by providing name, ad set ID, and creative spec. Accepts optional status and tracking specs, defaults to PAUSED.
Instructions
Create a new ad. Requires name, adset_id, and creative (JSON object_story_spec). Defaults to PAUSED status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Ad name | |
| status | No | Ad status (default PAUSED) | PAUSED |
| adset_id | Yes | Parent ad set ID | |
| creative | Yes | JSON string of creative spec (object_story_spec with page_id, link_data/photo_data/video_data) | |
| tracking_specs | No | JSON string of tracking specs array |