Skip to content
ActionGoogle AnalyticsUpdated May 2026

How do I get real-time Google Analytics data?

Short answer: Drop the "Google AnalyticsGA Realtime Report" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

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. Tiny Command handles Google Analytics's rate limits automatically so you don't have to throttle manually.
More actions

Other Google Analytics actions.

Send ga realtime report from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.