Overview
Google Analytics 4 (GA4) is Google's web + app analytics. The Automize GA connector covers reports, real-time data, user metrics, conversions, audiences.
- Regions: Global.
- Plans: Free + GA360 (enterprise).
Setting up the connection
Auth type: OAuth 2.0 (Authorization Code).
- Google Cloud Console → Enable Analytics Data API.
- OAuth client + service account.
- In Automize → Settings → Connectors → Google Analytics. Paste credentials + property ID (GA4 numeric).
Find your credentials at https://analytics.google.com/.
Rate limits
Per-property concurrent + daily quotas.
Data model
GA4 primitives:
Property ─┬─ Reports (dimensions + metrics)
├─ Real-Time Reports
├─ Audiences
└─ Conversions / EventsAvailable operations
6 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Batch Run Reports | General | Run multiple reports in a batch |
| Check Compatibility | General | Check dimension/metric compatibility |
| Get Metadata | General | Get available dimensions and metrics |
| Run Funnel Report | General | Run a funnel analysis report |
| Run Realtime Report | General | Run a real-time analytics report |
| Run Report | General | Run a standard analytics report |
Operations
Batch Run Reports
Run multiple reports in a batch
| Parameter | Required | Type | Description |
|---|---|---|---|
Requests requests | Yes | text | |
Property Id property_id | Yes | text |
Check Compatibility
Check dimension/metric compatibility
| Parameter | Required | Type | Description |
|---|---|---|---|
Dimensions dimensions | Yes | text | |
Metrics metrics | Yes | text | |
Property Id property_id | Yes | text |
Get Metadata
Get available dimensions and metrics
| Parameter | Required | Type | Description |
|---|---|---|---|
Property Id property_id | Yes | text |
Run Funnel Report
Run a funnel analysis report
| Parameter | Required | Type | Description |
|---|---|---|---|
Dateranges dateRanges | Yes | text | |
Funnel funnel | Yes | text | |
Funnelbreakdown funnelBreakdown | Yes | text | |
Property Id property_id | Yes | text |
Run Realtime Report
Run a real-time analytics report
| Parameter | Required | Type | Description |
|---|---|---|---|
Dimensions dimensions | Yes | text | |
Metrics metrics | Yes | text | |
Limit limit | Yes | number | |
Property Id property_id | Yes | text |
Run Report
Run a standard analytics report
| Parameter | Required | Type | Description |
|---|---|---|---|
Dateranges dateRanges | Yes | text | |
Dimensions dimensions | Yes | text | |
Metrics metrics | Yes | text | |
Dimensionfilter dimensionFilter | Yes | text | |
Metricfilter metricFilter | Yes | text | |
Limit limit | Yes | number | |
Property Id property_id | Yes | text |
Tips
- dimensions + metrics + dateRanges. dimensionFilter for filters.
- Returns rows + totals.
FAQ
- GA4 vs UA?
- GA4 only – Universal Analytics sunset 2023. Different schema (event-based, not session-based).