Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

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.

Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
customerId
Endpoint
https://mcp.getmcpads.com/google-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
customerIdstringRequiredGoogle Ads customer ID (without dashes, e.g., 1234567890)
startDatestringRequiredStart date YYYY-MM-DD.
endDatestringRequiredEnd date YYYY-MM-DD.
campaignIdstringOptionalOptional Performance Max campaign ID filter.
placementTypestringOptionalOptional PlacementType enum filter. One of: WEBSITE, MOBILE_APPLICATION, YOUTUBE_VIDEO, YOUTUBE_CHANNEL, GOOGLE_PRODUCTS, UNKNOWN, UNSPECIFIED.
placementContainsstringOptionalOptional substring filter for the placement string.
limitintegerOptionalDefault: 1000.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "google_ads_get_pmax_placements",
    "args": {
      "customerId": "<string>",
      "startDate": "<string>",
      "endDate": "<string>"
    }
  }
}
Esc

Type to search