# ga4_get_bigquery_export_diagnostics

> Detect GA4 BigQuery export links and diagnose export modes, stream coverage, excluded events, and dataset location.

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

Detect GA4 BigQuery export links and diagnose export modes, stream coverage, excluded events, and dataset location.

|  |  |
| --- | --- |
| 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 |
| --- | --- | --- | --- |
| `propertyId` | string | Required | GA4 property ID (numeric, e.g., 123456789) |
| `includeDataStreams` | boolean | Optional | Include data stream summaries to compare against BigQuery exportStreams. Default: `true`. |

## Calling it

Through run_tool, since it is not announced

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