google_ads_accounts_list
Lists accessible Google Ads accounts to select a customer ID for subsequent operations. Returns account details including ID, name, currency, and time zone.
Instructions
Lists all Google Ads accounts accessible under the configured manager (MCC) account or directly under the authenticated user. Returns one row per accessible customer with id (10-digit), descriptive_name, currency_code, time_zone, and manager flag. Read-only. Use this at the start of a session to choose which customer_id to pass into subsequent calls; most other tools fall back to GOOGLE_ADS_CUSTOMER_ID if customer_id is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. |