google_ads_accounts_list
Retrieve a list of Google Ads accounts accessible under your manager (MCC) account or direct user. Each row includes customer ID, name, currency, time zone, and manager flag. Use this to select a customer_id for subsequent API calls.
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. |