# ga4_run_realtime_report

> Run a read-only GA4 Data API realtime report. One of 27 Google Analytics 4 tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Google Analytics 4](https://www.getmcpads.com/docs/sources/ga4)

Run a read-only GA4 Data API realtime report. Realtime supports only a limited subset of dimensions and metrics.

|  |  |
| --- | --- |
| Source | [Google Analytics 4](https://www.getmcpads.com/docs/sources/ga4) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `propertyId` |
| Endpoint | https://mcp.getmcpads.com/ga4/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `propertyId` | string | Required | GA4 property ID (numeric, e.g., 123456789) |
| `metrics` | array | Optional | Realtime metric API names, e.g. activeUsers, eventCount. Default: `["activeUsers"]`. |
| `dimensions` | array | Optional | Realtime dimension API names, e.g. eventName, city, deviceCategory. |
| `dimensionFilter` | object | Optional | Native realtime-compatible GA4 FilterExpression JSON. |
| `metricFilter` | object | Optional | Native realtime-compatible GA4 FilterExpression JSON. |
| `minuteRanges` | array | Optional | Optional named realtime minute ranges; zero is the current minute. |
| `orderBys` | array | Optional | Native GA4 OrderBy JSON. |
| `limit` | integer | Optional | Default: `100`. |
| `keepEmptyRows` | boolean | Optional | Default: `false`. |

## Calling it

Directly, since it is announced

```json
{
  "name": "ga4_run_realtime_report",
  "arguments": {
    "propertyId": "<string>"
  }
}
```

- [Google Analytics 4 metrics](https://www.getmcpads.com/docs/sources/ga4/metrics): What you can ask for.
- [Google Analytics 4 dimensions](https://www.getmcpads.com/docs/sources/ga4/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/ga4/tools/ga4_run_realtime_report
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
