Skip to content
ActionGoogle Analytics 4Updated May 2026

What GA4 properties can I access?

Short answer: Drop the "Google Analytics 4List GA4 Properties" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

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. Tiny Command handles Google Analytics 4's rate limits automatically so you don't have to throttle manually.
More actions

Other Google Analytics 4 actions.

Send list ga4 properties from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.