ga4 get audience export diagnostics
ga4_get_audience_export_diagnosticsDiagnose Google Analytics 4 audience exports by listing existing exports and state counts. Optionally sample rows from any specified export to inspect data and identifiers.
Instructions
Read-only Audience Export diagnostics. Lists existing audience exports, state counts, and optionally samples rows from an existing export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Maximum items requested per page. Follow the returned pagination information for remaining results. | |
| propertyId | Yes | GA4 property ID (numeric, e.g., 123456789) | |
| sampleLimit | No | Maximum records included in the diagnostic sample. | |
| includeRowSample | No | If true, query a small row sample from audienceExportName. Can include user-level export dimensions. | |
| audienceExportName | No | Optional resource name, e.g. properties/123456789/audienceExports/abc123 | |
| includePersonalIdentifiers | No | Explicitly include user/device identifiers in the optional sample. False redacts them 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. |