---
title: "Google Ads Accounts"
method: GET
path: "/integrations/google-ads/accounts"
tags: ["google_ads"]
---

# Google Ads Accounts

`GET /integrations/google-ads/accounts`

Every Google Ads account this grant reaches, so the operator can choose.

## Response `200`

Successful Response

- GoogleAdsAccountsResponse
  - `accounts` GoogleAdsAccount[], required
    - `customer_id` string, required
    - `display_id` string, required
    - `descriptive_name` string, nullable
    - `currency_code` string, nullable
    - `time_zone` string, nullable
    - `is_manager` boolean
    - `login_customer_id` string, nullable
    - `selectable` boolean
    - `unselectable_reason` string, nullable
  - `selected_customer_id` string, nullable

## Other responses

- `401` — Grant no longer valid
- `409` — Not connected, or Google refused the request
- `502` — Google Ads unreachable
- `503` — Google Ads 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)
