# ga4_list_properties

> List all GA4 properties accessible with the current credentials. 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)

List all GA4 properties accessible with the current credentials. Returns property ID, display name, timezone, and currency.

|  |  |
| --- | --- |
| Source | [Google Analytics 4](https://www.getmcpads.com/docs/sources/ga4) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `propertyId` |
| Endpoint | https://mcp.getmcpads.com/ga4/mcp |

## Parameters

This tool takes no parameters.

## Calling it

Directly, since it is announced

```json
{
  "name": "ga4_list_properties",
  "arguments": {}
}
```

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