Google Analytics · Arazzo Workflow
Google Analytics Discover Property and Run Report
Version 1.0.0
Walk account summaries to find a GA4 property, list its properties, then run a core report.
View Spec
View on GitHub
AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttributionArazzoWorkflows
Provider
Workflows
discover-and-run-report
Discover an accessible GA4 property and run a core report against it.
Lists account summaries, lists the properties under a chosen account, and runs a runReport request against the supplied property resource name.
1
listAccountSummaries
analyticsadmin.accountSummaries.list
List summaries of every account accessible by the caller to confirm the target account is reachable.
2
listProperties
analyticsadmin.properties.list
List the GA4 properties under the chosen account using a parent filter so a property can be selected for reporting.
3
runReport
analyticsdata.properties.runReport
Run a core report for active users and event count broken down by country over the supplied date range.
Source API Descriptions
openapi