Create Ad
meta_create_adCreate a new ad in a Meta ad set by using an existing creative ID and setting the status to active or paused.
Instructions
Creates a new ad within an ad set.
Args:
ad_account_id (string): Ad account ID
adset_id (string): Parent ad set ID
name (string): Ad name
creative_id (string): Ad creative ID (from meta_list_ad_creatives or meta_create_ad_creative)
status (string): ACTIVE or PAUSED (default PAUSED)
Returns the new ad ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | ||
| adset_id | Yes | ||
| name | Yes | ||
| creative_id | Yes | Ad creative ID | |
| status | No | PAUSED | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |