# 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.

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

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](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 |
| --- | --- | --- | --- |
| `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 it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "ga4_query_audience_export",
    "args": {
      "audienceExportName": "<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_query_audience_export
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
