google ads get bidding strategies
google_ads_get_bidding_strategiesRetrieve portfolio bidding strategies from Google Ads. Optionally include metrics by specifying start and end dates.
Instructions
List portfolio bidding strategies. Includes metrics only when startDate/endDate are provided; otherwise returns structure only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. | |
| endDate | No | Optional end date YYYY-MM-DD for metrics | |
| startDate | No | Optional start date YYYY-MM-DD for metrics | |
| customerId | Yes | Google Ads customer ID (without dashes, e.g., 1234567890) | |
| typeFilter | No | Optional BiddingStrategyType enum filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |