Short answer: You can ga4 run report in Google Analytics 4 by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Analytics 4 GA4 Run Report action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Metric names metrics | array | Required | e.g. ["activeUsers","sessions"] |
Dimension names dimensions | array | Optional | e.g. ["date","country"] |
Start Date start_date | string | Optional | YYYY-MM-DD or 7daysAgo, yesterday |
End Date end_date | string | Optional | – |
Row Limit limit | string | Optional | – |
{"metrics": "{{trigger.metrics}}","dimensions": "{{trigger.dimensions}}","start_date": "YYYY-MM-DD or 7daysAgo, yesterday","end_date": "{{trigger.end_date}}","limit": "{{trigger.limit}}"}
{"rows": [{"metricValues": [{"value": "1234"}],"dimensionValues": [{"value": "20260511"}]}],"metadata": {"currencyCode": "USD"},"rowCount": 1,"metricHeaders": [{"name": "activeUsers","type": "TYPE_INTEGER"}],"dimensionHeaders": [{"name": "date"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.