---
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

## Changes

> 26 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/integrations/google-ads/account/put.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/4df7b22a7dae?raw)
