# ga4_get_audience_export_diagnostics

> Read-only Audience Export diagnostics. One of 27 Google Analytics 4 tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Google Analytics 4](https://www.getmcpads.com/docs/sources/ga4)

Read-only Audience Export diagnostics. Lists existing audience exports, state counts, and optionally samples rows from an existing export.

|  |  |
| --- | --- |
| Source | [Google Analytics 4](https://www.getmcpads.com/docs/sources/ga4) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `propertyId` |
| Endpoint | https://mcp.getmcpads.com/ga4/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `propertyId` | string | Required | GA4 property ID (numeric, e.g., 123456789) |
| `audienceExportName` | string | Optional | Optional resource name, e.g. properties/123456789/audienceExports/abc123. |
| `pageSize` | integer | Optional | Default: `100`. |
| `includeRowSample` | boolean | Optional | If true, query a small row sample from audienceExportName. Can include user-level export dimensions. Default: `false`. |
| `sampleLimit` | integer | Optional | Default: `5`. |
| `includePersonalIdentifiers` | boolean | Optional | Explicitly include user/device identifiers in the optional sample. False redacts them by default. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "ga4_get_audience_export_diagnostics",
    "args": {
      "propertyId": "<string>"
    }
  }
}
```

- [Google Analytics 4 metrics](https://www.getmcpads.com/docs/sources/ga4/metrics): What you can ask for.
- [Google Analytics 4 dimensions](https://www.getmcpads.com/docs/sources/ga4/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/ga4/tools/ga4_get_audience_export_diagnostics
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
