ga4_run_realtime_report
Run a real-time GA4 report of events from the last 30 minutes to verify tag firing during live QA. Read-only, no data modified.
Instructions
Run a read-only GA4 Data API Realtime report (events in roughly the last 30 minutes). Useful to confirm a tag is firing right now during live QA. Read-only — never writes. Requires the analytics.readonly scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property | Yes | GA4 property ID, e.g. "123456789" or "properties/123456789". | |
| dimensions | No | Dimension names, e.g. ["eventName","date"]. Max 9. Omit for a metric-only report. | |
| metrics | Yes | Metric names, e.g. ["eventCount","totalUsers"]. At least 1, max 10. | |
| limit | No | Max rows to return (default 100). |