Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

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.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
customerId
Endpoint
https://mcp.getmcpads.com/google-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
customerIdstringRequiredGoogle Ads customer ID, with or without dashes.
campaignIdstringRequiredCampaign ID.
statusstringRequiredNew status. One of: PAUSED, ENABLED, REMOVED.
loginCustomerIdstringOptionalManager account, if the customer sits under an MCC.
confirmbooleanOptionalSet to true to actually apply the change. Without it, the tool only previews.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "google_ads_update_campaign_status",
    "args": {
      "customerId": "<string>",
      "campaignId": "<string>",
      "status": "PAUSED"
    }
  }
}
Esc

Type to search