---
title: "Google Ads Select Account"
method: PUT
path: "/integrations/google-ads/account"
tags: ["google_ads"]
---

# Google Ads Select Account

`PUT /integrations/google-ads/account`

Persist which account this tenant reports on.

The chosen account is re-read from Google rather than taken on trust: the
request says what the operator picked, not what is true. That check is also
what stops a manager account being stored — a selection the reporting tools
could not use, discovered later as an opaque failure inside a tool call.

## Request body

- GoogleAdsAccountSelection — The operator's choice. Re-verified server-side — a request is a choice, not a fact.
  - `customer_id` string, required
  - `login_customer_id` string, nullable

## Response `200`

Successful Response

- GoogleAdsAccount — One Google Ads account this grant can reach.
  - `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

## Other responses

- `400` — Account cannot be selected
- `401` — Grant no longer valid
- `409` — Not connected, or Google refused the request
- `422` — Validation Error
- `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)
