ActionGoogle Analytics 4Updated June 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.

List GA4 Properties in Google Analytics 4 — start free
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 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 List GA4 Properties support batch operations?
Yes. Run List GA4 Properties inside a Loop node to process arrays. TinyCommand handles Google Analytics 4's rate limits automatically so you don't have to throttle manually.
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.
Action
GA4 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.
List GA4 Properties in Google Analytics 4 — start free