google_ ads_ get_ budgets
List campaign budgets with amount, status, delivery method, and recommended budget fields when supported.
List campaign budgets with amount, status, delivery method, and recommended budget fields when supported.
- 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) |
statusFilter | string | Optional | One of: ENABLED, REMOVED, UNKNOWN, UNSPECIFIED. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_budgets",
"args": {
"customerId": "<string>"
}
}
}