---
title: "Google Analytics Properties"
method: GET
path: "/integrations/google-analytics/properties"
tags: ["google_analytics"]
---

# Google Analytics Properties

`GET /integrations/google-analytics/properties`

Every GA4 property this grant reaches, so the operator can choose.

## Response `200`

Successful Response

- GoogleAnalyticsPropertiesResponse
  - `properties` GoogleAnalyticsProperty[], required
    - `property_id` string, required
    - `display_name` string, required
    - `account_display_name` string, nullable
    - `currency_code` string, nullable
    - `time_zone` string, nullable
  - `selected_property_id` string, nullable

## Other responses

- `401` — Grant no longer valid
- `409` — Not connected, or Google refused the request
- `502` — Google Analytics unreachable
- `503` — Google Analytics not configured

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
