ga4_batch_run_reports
Run up to five Google Analytics 4 report queries in one round-trip, combining paired views like landing pages and referrers to reduce API calls and ensure atomic data retrieval.
Instructions
Run up to 5 GA4 reports in a single round-trip.
requests: list of run_report-shaped dicts. Same top-level parameters as ga4_run_report (minus property_id, inferred from the batch). Each entry accepts: dimensions, metrics, date_ranges, dimension_filter, metric_filter, order_bys, metric_aggregations, limit, offset, keep_empty_rows, currency_code.
Useful when the agent needs paired views (e.g. landing pages + referrers for the same window) and wants them atomically + under one quota call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requests | Yes | ||
| property_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |