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.
- Source
- Google Analytics 4
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
propertyId- Endpoint
- https:/
/ mcp. getmcpads. com/ ga4/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
propertyId | string | Required | Numeric GA4 property ID or properties/{id}. |
dimensions | array | Optional | Default: []. |
metrics | array | Optional | Default: []. |
dimensionFilter | object | Optional | Native GA4 FilterExpression JSON. |
metricFilter | object | Optional | Native GA4 FilterExpression JSON. |
compatibilityFilter | string | Optional | One of: COMPATIBILITY_, COMPATIBLE, INCOMPATIBLE. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "ga4_check_compatibility",
"args": {
"propertyId": "<string>"
}
}
}