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.
- Source
- Google Ads
- Kind
- Read
- 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 (without dashes, e.g., 1234567890) |
startDate | string | Optional | Start date YYYY-MM-DD. Defaults to 14 days before endDate. |
endDate | string | Optional | End date YYYY-MM-DD. Defaults to today. |
resourceType | string | Optional | Optional ChangeEventResourceType filter, e.g. CAMPAIGN or AD_GROUP_AD. |
operation | string | Optional | Optional ResourceChangeOperation filter, e.g. CREATE, UPDATE, REMOVE. |
userEmail | string | Optional | Optional user email filter. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_change_events",
"args": {
"customerId": "<string>"
}
}
}