
Batch multiple GA4 reports (batchRunReports). Body should include a "requests" array of RunReportRequest objects.
Get metadata for a single GA4 property (Admin API properties.get).
List Google Analytics account summaries the user can access (accounts and child GA4 properties). Uses the Admin API accountSummaries.list.
Run a realtime GA4 report (runRealtimeReport). Body matches RunRealtimeReportRequest.
Run a GA4 Data API report (runReport). Pass a full RunReportRequest body as report_request (dateRanges, dimensions, metrics, etc.).
Connecting Google Analytics will request the following permissions:
You can revoke access at any time from your account settings.