Skip to main content
GET
Get Google Ads campaign metrics

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose Google Ads reporting you want to read.

Query Parameters

start_date
string
required

First day to include, as YYYY-MM-DD. Inclusive.

end_date
string
required

Last day to include, as YYYY-MM-DD. Inclusive.

Response

Metrics for each campaign with activity in the window.

Live metrics for every campaign on the account, keyed by Google's campaign ID.

metrics
Metrics · object
required

One entry per campaign, keyed by the Google Ads campaign ID. This is the google_campaign_id field from List campaigns, not Base44's id, so join on that field. Campaigns with no activity in the window are left out entirely.

Example:
degraded
boolean
required

true when Google could not be reached and metrics is empty for that reason rather than because nothing ran. Always check this before showing zeros.

Example:

false