Analytics data access and user management
https://analyticsdata.googleapis.com/v1beta/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | Maximum number of accounts to return |
| pageToken | string | optional | Page token for pagination |
/properties
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | optional | Filter expression (e.g., parent:accounts/123) |
| pageSize | integer | optional | Maximum number of properties to return |
| pageToken | string | optional | Page token for pagination |
/properties/{propertyId}:runReport
| Param | Type | Required | Description |
|---|---|---|---|
| propertyId | string | required | GA4 property ID (e.g., 123456789) |
| dateRanges | array | required | Date ranges for the report |
| dimensions | array | optional | Dimensions to include |
| metrics | array | required | Metrics to include |
| limit | integer | optional | Maximum rows to return |
/properties/{propertyId}:runRealtimeReport
| Param | Type | Required | Description |
|---|---|---|---|
| propertyId | string | required | GA4 property ID |
| dimensions | array | optional | Dimensions to include |
| metrics | array | required | Metrics to include |
| limit | integer | optional | Maximum rows to return |