ga4_run_realtime_report
Run a read-only GA4 realtime report to monitor active users and events with selected dimensions, metrics, and filters for immediate insights.
Instructions
Run a read-only GA4 Data API realtime report. Realtime supports only a limited subset of dimensions and metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| metrics | No | Realtime metric API names, e.g. activeUsers, eventCount | |
| orderBys | No | Native GA4 OrderBy JSON. | |
| dimensions | No | Realtime dimension API names, e.g. eventName, city, deviceCategory | |
| propertyId | Yes | GA4 property ID (numeric, e.g., 123456789) | |
| metricFilter | No | Native realtime-compatible GA4 FilterExpression JSON. | |
| minuteRanges | No | Optional named realtime minute ranges; zero is the current minute. | |
| keepEmptyRows | No | ||
| dimensionFilter | No | Native realtime-compatible GA4 FilterExpression JSON. |