adkit_integrations
Read connected Google Analytics 4 properties and run native read-only reports. For actions and report fields, call adkit_help({ path: "integrations ga4" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | List accessible properties or run a read-only GA4 report. | |
| report | No | Native GA4 runReport request body (dateRanges, metrics, dimensions, filters, etc.). Required for run_report. | |
| property | No | GA4 property resource from list_properties, e.g. "properties/123456789". Required for run_report. | |
| provider | Yes | Data provider. Currently Google Analytics 4. | |
| projectId | No | Required. Get from adkit_projects. Auto-resolves only for single-project users. | |
| connectionId | No | Optional connected GA4 login. Use the connectionId returned by list_properties when more than one login is connected. |