google_ ads_ get_ bidding_ strategies
List portfolio bidding strategies. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
List portfolio bidding strategies. Includes metrics only when startDate/endDate are provided; otherwise returns structure only.
- 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 | Optional start date YYYY-MM-DD for metrics. |
endDate | string | Optional | Optional end date YYYY-MM-DD for metrics. |
typeFilter | string | Optional | Optional BiddingStrategyType enum filter. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_bidding_strategies",
"args": {
"customerId": "<string>"
}
}
}