Skip to main content
POST
Estimate a Google Ads campaign budget

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.

Body

application/json
keyword_themes
string[]

Themes the campaign would match on. An empty list forecasts nothing useful.

Example:
daily_budget
integer
default:0

Daily budget to forecast against, in micros (1,000,000 micros = 1 unit of the account's currency).

Example:

30000000

Response

Google's forecast for the themes and budget you sent.

Google's forecast for a set of keyword themes at a daily budget.

estimated_daily_clicks_low
integer
required

Low end of Google's forecast daily clicks.

Example:

12

estimated_daily_clicks_high
integer
required

High end of Google's forecast daily clicks.

Example:

31

estimated_monthly_cost
integer
required

Forecast spend over 30 days, in micros (1,000,000 micros = 1 unit of the account's currency). This is the recommended daily budget times 30, so it is a 30-day figure rather than a calendar month, and it can differ from the daily_budget you sent.

Example:

900000000