Get Google Ads account
Returns the app’s Google Ads account: its status, currency, billing cadence, spend cap and the Google Business Profile linked to it.
An app has at most one Google Ads account. status is the field to read before anything else, because only an ACTIVE account can create or resume campaigns. budget_active is the second: a campaign cannot serve without a live Google Ads budget behind it.
Authorizations
Personal API key.
Path Parameters
ID of the app whose Google Ads campaigns to manage.
Response
The app's Google Ads account.
The account fields this API commits to.
A subset. GoogleAdsAccount also carries Base44's billing-retry counters,
risk-screening and block-source IDs, notification fingerprints, Google
billing-setup IDs and setup error strings, none of which are a caller's
contract.
Base44's ID for the account. Pass it as account_id on the other account endpoints.
"68b1c0d4e7b91d003c45a1f8"
Name of the Google Ads account.
"Nordwind Furniture"
The account's customer ID in Google Ads. Empty until Google has provisioned it.
"1234567890"
ACTIVE, BLOCKED, SUSPENDED, BILLING_HOLD, CANCELED, PENDING_VERIFICATION, PENDING_BILLING_SETUP, or PENDING_CLOSE. Only an ACTIVE account can create or resume campaigns.
"ACTIVE"
Currency the account bills in, as an ISO 4217 code.
"EUR"
Time zone the account reports in, as an IANA name.
"Europe/Berlin"
true when the account has a live Google Ads budget, which campaigns need in order to serve.
true
How often the account is charged: 1w, 2w, or 1m. Only drives charging when charge_trigger_mode is cadence.
"1w"
What triggers a charge on this account. cadence charges on the billing_cadence schedule. threshold is a legacy mode that charges when spend crosses a ladder of thresholds and ignores billing_cadence entirely.
"cadence"
Monthly spend cap in micros of the account currency, so 500000000 is 500.00. 0 when no cap is set.
500000000
true when the account's budget renews automatically at the end of its window.
true
Google Business Profile location linked to the account, as locations/<id>. Empty when none is linked.
"locations/12345"
When the account was created in Base44.
"2026-08-25T11:20:00Z"
When Base44 last changed its record of the account.
"2026-08-25T14:05:00Z"
When the current budget window ends. null before a budget exists.
"2026-09-30T23:59:59Z"
When the Google Ads terms were accepted for this account. null until they are.
"2026-08-25T11:20:00Z"