google_ ads_ create_ campaign
Create a Google Ads campaign. A write tool that previews before it changes anything, one of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Create a Google Ads campaign. It is always created PAUSED and there is no option to create it active: someone has to look at it before it spends. Creates the campaign budget too. Previews by default.
- Source
- Google Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
customerId- Endpoint
- https:/
/ mcp. getmcpads. com/ google-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
customerId | string | Required | Google Ads customer ID, with or without dashes. |
name | string | Required | Campaign name. |
channelType | string | Required | Advertising channel. One of: SEARCH, DISPLAY, SHOPPING, VIDEO, PERFORMANCE_MAX. |
dailyBudget | number | Required | Daily budget in the account currency. |
loginCustomerId | string | Optional | Manager account ID, when the customer sits under an MCC. Omit otherwise. |
confirm | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_create_campaign",
"args": {
"customerId": "<string>",
"name": "<string>",
"channelType": "SEARCH",
"dailyBudget": "<number>"
}
}
}