Google Analytics ​
Access GA4 reporting data including metrics, dimensions, and audience exports.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://analyticsdata.googleapis.com/v1beta |
| Authentication | OAuth2 Client Credentials |
| Endpoints | 4 |
| Connector key | google-analytics |
Using Google Analytics in a workflow ​
- Go to Connections and click New Connection.
- Pick Google Analytics from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /properties/{propertyId}:runReport | Run a GA4 report |
| POST /properties/{propertyId}:runRealtimeReport | Run a realtime report |
| GET /properties/{propertyId}/metadata | Get available dimensions and metrics |
| POST /properties/{propertyId}:batchRunReports | Run multiple reports in batch |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.