Ad Account Tools
List Google Ads customers (ad accounts) accessible to the team.
Ad Account Tools
Tools for discovering Google Ads customer accounts accessible to the authenticated team.
Start Here
Call list_ad_accounts first to discover available customer IDs. The returned IDs are required by every other tool (list_campaigns, list_ad_groups, list_ads, get_insights).
list_ad_accounts
List Google Ads customers accessible to the authenticated team. Returns each customer's ID, resource name, descriptive name, currency, time zone, manager / test flags, and status.
When include_details is true (default), the tool issues a per-customer GAQL query to enrich the response with descriptive name, currency, time zone, manager, test, and status. Set it to false for a faster ID-only response.
Parameters
| Prop | Type | Default |
|---|---|---|
include_details | boolean | - |
login_customer_id | string | undefined | - |
Example
Response
Returns a list of customer accounts. Each entry includes the 10-digit customer ID, resource name, and (when include_details=true) descriptive name, currency, time zone, manager flag, test-account flag, and status.