Create Campaign
newsbreak_create_campaignCreate advertising campaigns on NewsBreak by providing ad account ID, campaign name, objective, and optional status to start or stop delivery.
Instructions
Create a new advertising campaign.
Args:
adAccountId (string, required): ID of the ad account
name (string, required): Campaign name
objective (string, required): Campaign objective - WEB_CONVERSION, APP_CONVERSION, REACH, WEB_TRAFFIC, APP_TRAFFIC
status (string, optional): ON or OFF. Default: ON
Returns: Created campaign details including ID, name, objective, and status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Descriptive name of campaign | |
| status | No | Status of the campaign: ON or OFF. Default is ON | |
| objective | Yes | Campaign objective: WEB_CONVERSION, APP_CONVERSION, REACH, WEB_TRAFFIC, APP_TRAFFIC | |
| adAccountId | Yes | ID of ad account |