create_campaign
Create new Meta ad campaigns with specified objectives and budgets. Set campaign name, objective, budget parameters, and schedule for Facebook and Instagram advertising.
Instructions
Create a new ad campaign. Defaults to PAUSED status. Requires name and objective. Budget can be set at campaign or ad set level.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Campaign name | |
| objective | Yes | Campaign objective | |
| status | No | Campaign status (default PAUSED) | PAUSED |
| daily_budget | No | Daily budget in account currency cents (e.g. '5000' = $50.00) | |
| lifetime_budget | No | Lifetime budget in account currency cents | |
| special_ad_categories | No | JSON array of special ad categories: CREDIT, EMPLOYMENT, HOUSING, ISSUES_ELECTIONS_POLITICS | |
| start_time | No | Campaign start time (ISO 8601 format) | |
| stop_time | No | Campaign stop time (ISO 8601 format) |