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.
- 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 |
|---|---|---|---|
audienceExportName | string | Required | |
offset | integer | Optional | Default: 0. |
limit | integer | Optional | Default: 100. |
includePersonalIdentifiers | boolean | Optional | Explicitly return user/device identifiers. False redacts identifier columns by default. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "ga4_query_audience_export",
"args": {
"audienceExportName": "<string>"
}
}
}