Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

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.

Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
propertyId
Endpoint
https://mcp.getmcpads.com/ga4/mcp

ParametersLink to this section

NameTypeRequiredNotes
propertyIdstringRequiredGA4 property ID (numeric, e.g., 123456789)
audienceExportNamestringOptionalOptional resource name, e.g. properties/123456789/audienceExports/abc123.
pageSizeintegerOptionalDefault: 100.
includeRowSamplebooleanOptionalIf true, query a small row sample from audienceExportName. Can include user-level export dimensions. Default: false.
sampleLimitintegerOptionalDefault: 5.
includePersonalIdentifiersbooleanOptionalExplicitly include user/device identifiers in the optional sample. False redacts them by default. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "ga4_get_audience_export_diagnostics",
    "args": {
      "propertyId": "<string>"
    }
  }
}
Esc

Type to search