Skip to content
Get MCP AdsGet MCP Ads, home
Start free

ga4_check_compatibility

Ask the official GA4 Data API which dimensions and metrics are compatible with a proposed Core report selection.

Ask the official GA4 Data API which dimensions and metrics are compatible with a proposed Core report selection.

Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
propertyId
Endpoint
https://mcp.getmcpads.com/ga4/mcp

ParametersLink to this section

NameTypeRequiredNotes
propertyIdstringRequiredNumeric GA4 property ID or properties/{id}.
dimensionsarrayOptionalDefault: [].
metricsarrayOptionalDefault: [].
dimensionFilterobjectOptionalNative GA4 FilterExpression JSON.
metricFilterobjectOptionalNative GA4 FilterExpression JSON.
compatibilityFilterstringOptionalOne of: COMPATIBILITY_UNSPECIFIED, COMPATIBLE, INCOMPATIBLE.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "ga4_check_compatibility",
    "args": {
      "propertyId": "<string>"
    }
  }
}
Esc

Type to search