google_ ads_ get_ shopping_ performance
Read-only Shopping performance report keyed by Merchant Center product dimensions. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Read-only Shopping performance report keyed by Merchant Center product dimensions. Useful for joining spend/conversions to merchant ID, item ID, title, brand, feed label, and custom labels.
- 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 | Required | Start date YYYY-MM-DD. |
endDate | string | Required | End date YYYY-MM-DD. |
campaignId | string | Optional | Optional campaign ID filter. |
adGroupId | string | Optional | Optional ad group ID filter. |
merchantCenterId | string | Optional | Optional Merchant Center ID filter. |
itemId | string | Optional | Optional Merchant Center item ID filter. |
titleContains | string | Optional | Optional product title substring filter. |
brand | string | Optional | Optional product brand filter. |
feedLabel | string | Optional | Optional product feed label filter. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_shopping_performance",
"args": {
"customerId": "<string>",
"startDate": "<string>",
"endDate": "<string>"
}
}
}