google_ ads_ get_ recommendations
List Google Ads recommendations with type, resource, campaign/ad group links, dismissed state, and impact when supported.
List Google Ads recommendations with type, resource, campaign/ad group links, dismissed state, and impact 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) |
typeFilter | string | Optional | Optional RecommendationType enum filter. |
includeDismissed | boolean | Optional | Default: false. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_recommendations",
"args": {
"customerId": "<string>"
}
}
}