google_ads_campaign_create
Create a Google Ads campaign. Defaults to channel_type=SEARCH, status=PAUSED (safe), bidding_strategy=MANUAL_CPC. Provide budget_id from google_ads_campaign_budget_create. Declares no EU political advertising by default (Reg 2024/900, required by Google). Only SEARCH, DISPLAY and SHOPPING can be created through the API: VIDEO (YouTube) is read-only on Google side, and PERFORMANCE_MAX must be created together with its asset group. Build those two in the Google Ads interface and use this MCP to report on them.
Bulk support: accepts budget_ids, merchant_ids, customer_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| status | No | ||
| account | No | ||
| budget_id | Yes | ||
| budget_ids | No | ||
| feed_label | No | ||
| customer_id | No | ||
| merchant_id | No | ||
| channel_type | No | ||
| customer_ids | No | ||
| merchant_ids | No | ||
| eu_political_ad | No | ||
| bidding_strategy | No | ||
| campaign_priority | No |