Skip to content
Get MCP AdsGet MCP Ads, home
Start free

ga4_query_audience_export

Query rows from an existing GA4 Audience Export. One of 27 Google Analytics 4 tools on the Get MCP Ads MCP gateway.

Query rows from an existing GA4 Audience Export. User/device identifiers are redacted by default; include them only through explicit opt-in.

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
audienceExportNamestringRequired
offsetintegerOptionalDefault: 0.
limitintegerOptionalDefault: 100.
includePersonalIdentifiersbooleanOptionalExplicitly return user/device identifiers. False redacts identifier columns by default. Default: false.

Calling itLink to this section

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

Type to search