Check dimension/metric compatibility
ga_check_compatibilityCheck if GA4 dimensions and metrics are queryable together, identify incompatible combinations, and list additional compatible fields before creating reports.
Instructions
Ask GA4 whether a set of dimensions and metrics can be queried together (some combinations are incompatible) and which additional fields are still compatible. Use before building an unusual ga_run_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | ||
| dimensions | No | ||
| propertyId | Yes | GA4 property ID, e.g. '123456789' (see ga_list_properties). | |
| onlyIncompatible | No | Return only fields flagged incompatible (default) instead of the full compatible lists. |