Skip to main content
GET
Get Google Ads metric trend

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

metric
string
required

The metric to chart: impressions, clicks, cost_micros, conversions, conversions_value, ctr, or average_cpc_micros.

start_date
string
required

First day of the window, as YYYY-MM-DD. Inclusive.

end_date
string
required

Last day of the window, as YYYY-MM-DD. Inclusive.

granularity
string
default:DAILY

Bucket size: DAILY, WEEKLY (Monday-anchored), or MONTHLY.

Response

One entry per bucket with activity, oldest first.

date
string
required

First day of the bucket, as YYYY-MM-DD. For WEEKLY this is the Monday, for MONTHLY the first of the month.

Example:

"2026-08-10"

value
number
required

The requested metric for the bucket, rounded to two decimals.

Example:

612

clicks
integer
required

Clicks in the bucket, always included so you can chart a second series without another call.

Example:

612

conversions
number
required

Conversions in the bucket, always included for the same reason.

Example:

24