Google Analytics · Schema

CheckCompatibilityRequest

The request for compatibility information for a report's dimensions and metrics. Check compatibility provides a preview of the compatibility of a report; fields shared with the `runReport` request should be the same values as in your `runReport` request.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine-LearningAttribution

Properties

Name Type Description
compatibilityFilter string Filters the dimensions and metrics in the response to just this compatibility. Commonly used as `”compatibilityFilter”: “COMPATIBLE”` to only return compatible dimensions & metrics.
dimensionFilter object The filter clause of dimensions. `dimensionFilter` should be the same value as in your `runReport` request.
dimensions array The dimensions in this report. `dimensions` should be the same value as in your `runReport` request.
metricFilter object The filter clause of metrics. `metricFilter` should be the same value as in your `runReport` request
metrics array The metrics in this report. `metrics` should be the same value as in your `runReport` request.
View JSON Schema on GitHub

JSON Schema

google-analytics-checkcompatibilityrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CheckCompatibilityRequest",
  "title": "CheckCompatibilityRequest",
  "description": "The request for compatibility information for a report's dimensions and metrics. Check compatibility provides a preview of the compatibility of a report; fields shared with the `runReport` request should be the same values as in your `runReport` request.",
  "properties": {
    "compatibilityFilter": {
      "description": "Filters the dimensions and metrics in the response to just this compatibility. Commonly used as `\u201dcompatibilityFilter\u201d: \u201cCOMPATIBLE\u201d` to only return compatible dimensions & metrics.",
      "enum": [
        "COMPATIBILITY_UNSPECIFIED",
        "COMPATIBLE",
        "INCOMPATIBLE"
      ],
      "type": "string",
      "example": "COMPATIBILITY_UNSPECIFIED"
    },
    "dimensionFilter": {
      "$ref": "#/components/schemas/FilterExpression",
      "description": "The filter clause of dimensions. `dimensionFilter` should be the same value as in your `runReport` request."
    },
    "dimensions": {
      "description": "The dimensions in this report. `dimensions` should be the same value as in your `runReport` request.",
      "items": {
        "$ref": "#/components/schemas/Dimension"
      },
      "type": "array"
    },
    "metricFilter": {
      "$ref": "#/components/schemas/FilterExpression",
      "description": "The filter clause of metrics. `metricFilter` should be the same value as in your `runReport` request"
    },
    "metrics": {
      "description": "The metrics in this report. `metrics` should be the same value as in your `runReport` request.",
      "items": {
        "$ref": "#/components/schemas/Metric"
      },
      "type": "array"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-analytics-checkcompatibilityrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.