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

google_ads_get_change_events

Fetch recent change_event rows. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.

Fetch recent change_event rows. Enforces Google Ads constraints: date window within the last 30 days and LIMIT <= 10000.

Kind
Read
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 (without dashes, e.g., 1234567890)
startDatestringOptionalStart date YYYY-MM-DD. Defaults to 14 days before endDate.
endDatestringOptionalEnd date YYYY-MM-DD. Defaults to today.
resourceTypestringOptionalOptional ChangeEventResourceType filter, e.g. CAMPAIGN or AD_GROUP_AD.
operationstringOptionalOptional ResourceChangeOperation filter, e.g. CREATE, UPDATE, REMOVE.
userEmailstringOptionalOptional user email filter.
limitintegerOptionalDefault: 1000.

Calling itLink to this section

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

Type to search