ga4 query audience export
ga4_query_audience_exportQuery GA4 audience export rows with privacy defaults; include personal identifiers only by explicit opt-in.
Instructions
Query rows from an existing GA4 Audience Export. User/device identifiers are redacted by default; include them only through explicit opt-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. | |
| offset | No | Zero-based number of rows to skip before returning results. | |
| audienceExportName | Yes | Full GA4 audience-export resource name returned by list_audience_exports. | |
| includePersonalIdentifiers | No | Explicitly return user/device identifiers. False redacts identifier columns by default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |