ActionGoogle Analytics 4Updated September 2026
What GA4 properties can I access?
Short answer: You can list ga4 properties in Google Analytics 4 by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Analytics 4 List GA4 Properties action to a workflow, map its 0 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Sample request
{}
Returns
{"accountSummaries": [{"name": "accountSummaries/123","account": "accounts/123","displayName": "Acme","propertySummaries": [{"property": "properties/456","displayName": "Acme Web"}]}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List GA4 Properties.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List GA4 Properties.
What does the List GA4 Properties action do in Google Analytics 4?
Returns every GA4 property the connected user has access to. Useful for resolving property IDs at workflow setup and for cross-property reporting workflows.
What inputs does List GA4 Properties require?
List GA4 Properties has no required inputs. Sensible defaults are applied if you leave fields blank.
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 4 returns an error?
The run history shows the failed step with its input and the error message Google Analytics 4 returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does List GA4 Properties support batch operations?
Run List GA4 Properties inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Google Analytics 4's rate limits.
More actions
Other Google Analytics 4 actions.
Action
GA4 Realtime Report
Returns the last 30 minutes of activity from GA4's real-time data layer. For "is the campaign working right now?" dashboards and for "alert if traffic drops 50% in last hour" anomaly workflows.
ActionGA4 Run Report
Standard date-range query with dimensions and metrics. For "weekly traffic digest to Slack" or "monthly board report on key KPIs" reporting workflows. 24-48h processing lag for fully-consolidated data.