ga_run_realtime_report
Retrieve real-time Google Analytics 4 data from the last 30 minutes by specifying metrics and optional dimensions. Use the limit parameter to control the number of rows and get focused, actionable insights.
Instructions
Get real-time Google Analytics data (last 30 minutes).
⚠️ TOKEN OPTIMIZATION: Use 'limit' to control result size (default: 10).
Common dimensions: city, country, deviceCategory, unifiedScreenName Common metrics: activeUsers, screenPageViews, conversions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of rows (default: 10) | |
| metrics | Yes | Metrics to measure | |
| dimensions | No | Dimensions to group by | |
| propertyId | No | GA4 property ID to query (overrides the default GA_PROPERTY_ID). Accepts "123456789" or "properties/123456789". Use ga_get_account_summaries to discover IDs. |