create_campaign
Create advertising campaigns on PropellerAds by specifying ad format, target countries, budget, bid model, and landing page URL.
Instructions
Create a new advertising campaign with specified settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Campaign name | |
| ad_format | Yes | Ad format: push, onclick, interstitial, in-page-push | |
| countries | Yes | Target country codes (e.g., ['US', 'GB', 'DE']) | |
| daily_budget | Yes | Daily budget in USD | |
| total_budget | No | Total campaign budget in USD | |
| bid | Yes | Bid amount (CPC/CPM) | |
| bid_model | No | Bid model: cpc, cpm, smart_cpc, smart_cpm | |
| target_url | Yes | Landing page URL |