ActionGoogle AnalyticsUpdated June 2026

How do I get real-time Google Analytics data?

Short answer: You can ga realtime report in Google Analytics by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Analytics GA Realtime Report action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

GA Realtime Report in Google Analytics — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Property ID
propertyId
stringRequiredProperty ID
Metrics
metrics
stringOptionalComma-separated: activeUsers, screenPageViews, conversions
Sample request
{
"propertyId": "{{trigger.propertyId}}",
"metrics": "{{trigger.metrics}}"
}
Returns
{
"rows": [
{
"metricValues": [
{
"value": "42"
}
]
}
],
"rowCount": 1
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for GA Realtime Report.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about GA Realtime Report.

What does the GA Realtime Report action do in Google Analytics?
Returns the last 30 minutes of activity from GA's real-time data layer. GA4-only since UA was sunset. For "what's happening on the site right now" dashboards and anomaly-detection workflows.
What inputs does GA Realtime Report require?
Required: Property ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Google Analytics returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does GA Realtime Report support batch operations?
Yes. Run GA Realtime Report inside a Loop node to process arrays. TinyCommand handles Google Analytics's rate limits automatically so you don't have to throttle manually.
More actions

Other Google Analytics actions.

Action
GA Run Report
Standard date-range analytics query — GA4 dimensions and metrics. For weekly/monthly digest workflows or for "alert when key metric drops" performance monitoring.
GA Realtime Report in Google Analytics — start free