ga4_get_audience_export_diagnostics
Inspect GA4 audience exports to identify issues: list exports, review state counts, and optionally sample rows for validation.
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 | ||
| propertyId | Yes | GA4 property ID (numeric, e.g., 123456789) | |
| sampleLimit | No | ||
| 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. |