Skip to main content
GET
Get Google Ads budget boundaries

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app you are planning a Google Ads campaign for.

Query Parameters

currency_code
string
default:USD

Currency to report the bounds in, as an ISO 4217 code. An unrecognized code falls back to USD.

campaign_type
string
default:SMART

Campaign type to report bounds for: SMART or PERFORMANCE_MAX. Anything else falls back to SMART.

Response

The accepted daily budget range.

The daily budget range Google accepts for a campaign type and currency.

currency_code
string
required

The currency these amounts are in, upper-cased from what you sent.

Example:

"USD"

campaign_type
string
required

The campaign type these bounds apply to, upper-cased from what you sent.

Example:

"SMART"

min_daily_budget_micros
integer
required

Smallest daily budget Google accepts for this campaign type and currency, in micros (1,000,000 micros = 1 unit of the currency). Sending less than this to Create campaign is rejected with a 400.

Example:

10000000

max_daily_budget_micros
integer
required

Largest daily budget accepted for this campaign type and currency, in micros.

Example:

1000000000

A sensible starting daily budget, in micros. Never above max_daily_budget_micros.

Example:

30000000

preset_daily_budget_micros
integer[]
required

Three suggested daily budgets, in micros, from lowest to highest. These are raw presets, so unlike recommended_daily_budget_micros the highest one can sit above max_daily_budget_micros.

Example:
usd_to_currency_rate
number
required

How many units of this currency Base44 counts per US dollar when it converts the presets.

Example:

1