google_ ads_ update_ campaign_ schedule
Change the start or end date of a Google Ads campaign. A write tool that previews before it changes anything, one of 38 Google Ads tools on the Get MCP Ads…
Change the start or end date of a Google Ads campaign. Dates are YYYY-MM-DD in the account time zone. 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. |
campaignId | string | Required | Campaign ID. |
startDate | string | Optional | Start date, YYYY-MM-DD, in the account time zone. |
endDate | string | Optional | Use 2037-12-30 to mean no end date, which is what Google stores. |
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_update_campaign_schedule",
"args": {
"customerId": "<string>",
"campaignId": "<string>"
}
}
}