# ga4_get_property_configuration

> Read GA4 property details plus selected singleton Admin settings (attribution, retention, Google Signals, reporting identity, or user-provided-data settings).

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

Read GA4 property details plus selected singleton Admin settings (attribution, retention, Google Signals, reporting identity, or user-provided-data settings).

|  |  |
| --- | --- |
| 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}. |
| `settings` | array | Optional | Default: `[]`. |

## Calling it

Through run_tool, since it is not announced

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