Skip to content
Get MCP AdsGet MCP Ads, home
Start free

google_ads_rename_campaign

Rename 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.

Rename a Google Ads campaign. The name is the only thing that changes: delivery, budget and targeting are untouched. Previews by default.

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.
namestringRequiredNew campaign name.
loginCustomerIdstringOptionalManager account ID, when the customer sits under an MCC. Omit otherwise.
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_rename_campaign",
    "args": {
      "customerId": "<string>",
      "campaignId": "<string>",
      "name": "<string>"
    }
  }
}
Esc

Type to search