google_ ads_ get_ pmax_ placements
Read-only Performance Max placement diagnostics from performance_max_placement_view. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Read-only Performance Max placement diagnostics from performance_max_placement_view. Returns placement type, display name, target URL, campaign context, and impressions 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 | Required | Start date YYYY-MM-DD. |
endDate | string | Required | End date YYYY-MM-DD. |
campaignId | string | Optional | Optional Performance Max campaign ID filter. |
placementType | string | Optional | Optional PlacementType enum filter. One of: WEBSITE, MOBILE_, YOUTUBE_VIDEO, YOUTUBE_CHANNEL, GOOGLE_PRODUCTS, UNKNOWN, UNSPECIFIED. |
placementContains | string | Optional | Optional substring filter for the placement string. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_pmax_placements",
"args": {
"customerId": "<string>",
"startDate": "<string>",
"endDate": "<string>"
}
}
}