Short answer: Drop the "Google Analytics 4 → GA4 Run Report" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.