ga4_ get_ audience_ export_ diagnostics
Read-only Audience Export diagnostics. One of 27 Google Analytics 4 tools on the Get MCP Ads MCP gateway.
Read-only Audience Export diagnostics. Lists existing audience exports, state counts, and optionally samples rows from an existing export.
- Source
- Google Analytics 4
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
propertyId- Endpoint
- https:/
/ mcp. getmcpads. com/ ga4/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "ga4_get_audience_export_diagnostics",
"args": {
"propertyId": "<string>"
}
}
}