# ga4_list_admin_resources

> List an allowlisted GA4 Admin collection in read-only mode: streams, custom definitions, key events, audiences, product links, annotations, channel groups…

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

List an allowlisted GA4 Admin collection in read-only mode: streams, custom definitions, key events, audiences, product links, annotations, channel groups, expanded datasets, subproperty/rollup configuration, and access bindings.

|  |  |
| --- | --- |
| 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 | Numeric GA4 property ID or properties/{id}. |
| `collection` | string | Required | One of: `accessBindings`, `adSenseLinks`, `audiences`, `bigQueryLinks`, `calculatedMetrics`, `channelGroups`, `customDimensions`, `customMetrics`, `dataStreams`, `displayVideo360AdvertiserLinkProposals`, `displayVideo360AdvertiserLinks`, `expandedDataSets`, `firebaseLinks`, `googleAdsLinks`, `keyEvents`, `reportingDataAnnotations`, `rollupPropertySourceLinks`, `searchAds360Links`, `subpropertyEventFilters`, `subpropertySyncConfigs`. |
| `pageSize` | integer | Optional | Default: `200`. |
| `includePersonalIdentifiers` | boolean | Optional | Access bindings only. Explicitly include user/email identifiers; false redacts them by default. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "ga4_list_admin_resources",
    "args": {
      "propertyId": "<string>",
      "collection": "accessBindings"
    }
  }
}
```

- [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_list_admin_resources
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
