- Integrations
- /
- Google Analytics
- /
- Actions
- /
- GA Run Report
ActionGoogle AnalyticsUpdated May 2026
How do I run a Google Analytics report?
Short answer: Drop the "Google Analytics → GA Run 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.
| Field | Type | Required | Description |
|---|---|---|---|
Property ID propertyId | string | Required | Property ID. Example: 123456789 |
Start Date startDate | date | Required | Start Date. (date/time) |
End Date endDate | date | Required | End Date. (date/time) |
Metrics metrics | string | Required | Comma-separated metric names |
Dimensions dimensions | string | Optional | Comma-separated dimension names |
Sample request
{"propertyId": "e.g. 123456789","startDate": "{{trigger.startDate}}","endDate": "{{trigger.endDate}}","metrics": "{{trigger.metrics}}","dimensions": "date,country,pagePath"}
Returns
{"rows": [{"metricValues": [{"value": "1500"},{"value": "1200"},{"value": "3500"}],"dimensionValues": [{"value": "20260411"}]}],"metadata": {"currencyCode": "USD"},"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 Run Report.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about GA Run Report.
What does the GA Run Report action do in Google Analytics?
Standard date-range analytics query — GA4 dimensions and metrics. For weekly/monthly digest workflows or for "alert when key metric drops" performance monitoring.
What inputs does GA Run Report require?
Required: Property ID, Start Date, End Date, Metrics. 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 Run Report support batch operations?
Yes. Run GA Run 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 run report from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.