Get ad account details
GET/ad-publishing/google/ad-accounts/:adAccountId
Retrieve details of a specific Google Ads account
Request
Version stringrequired
API Version
Available options
v3adAccountId stringrequired
Ad account identifier
locationId stringrequired
Location identifier
Details for a single Google Ads account
- application/json
- Schema
- Example (auto)
Schema
resourceNamestring
Google Ads resource name
idstring
Google Ads customer id
descriptiveNamestring
Account display name
currencyCodestring
Account billing currency, ISO 4217
statusstring
Google Ads account status
paymentStatusstringrequired
Billing setup status, resolved by preferring APPROVED over APPROVED_HELD, PENDING then CANCELLED. NO_PAYMENT_METHOD means no billing setup was found.
Available options
APPROVEDAPPROVED_HELDPENDINGCANCELLEDNO_PAYMENT_METHODemailstring
Email of a user with access to the account. Absent when Google returns no customer_user_access row, which is common for MCC-managed child accounts.
{
"resourceName": "customers/6776452901",
"id": "6776452901",
"descriptiveName": "Acme Test Account",
"currencyCode": "USD",
"status": "ENABLED",
"paymentStatus": "APPROVED",
}