google_ ads_ update_ campaign_ status
Pause, re-enable or remove 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…
Pause, re-enable or remove a Google Ads campaign. Previews by default: without confirm: true, the tool describes the change without applying it.
- 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. |
campaignId | string | Required | Campaign ID. |
status | string | Required | New status. One of: PAUSED, ENABLED, REMOVED. |
loginCustomerId | string | Optional | Manager account, if the customer sits under an MCC. |
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_update_campaign_status",
"args": {
"customerId": "<string>",
"campaignId": "<string>",
"status": "PAUSED"
}
}
}