google_ ads_ get_ pmax_ asset_ diagnostics
Read-only Performance Max asset group diagnostics. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Read-only Performance Max asset group diagnostics. Returns ad strength, asset coverage action items, primary status reasons, optional performance metrics, and optional top asset combinations.
- 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 asset group metrics/top combinations. |
endDate | string | Optional | Optional end date YYYY-MM-DD for asset group metrics/top combinations. |
campaignId | string | Optional | Optional Performance Max campaign ID filter. |
assetGroupId | string | Optional | Optional asset group ID filter. |
statusFilter | string | Optional | One of: ENABLED, PAUSED, REMOVED. |
includeTopCombinations | boolean | Optional | Also query asset_group_top_combination_view when available. Default: true. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_pmax_asset_diagnostics",
"args": {
"customerId": "<string>"
}
}
}