Skip to main content
GET
List Google Ads search terms

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

date_range
string
default:LAST_30_DAYS

A preset window, for example LAST_7_DAYS or LAST_MONTH. Ignored when start_date and end_date are both set.

start_date
string | null

First day of an explicit window, as YYYY-MM-DD. Requires end_date.

end_date
string | null

Last day of an explicit window, as YYYY-MM-DD. Requires start_date.

Response

Up to 100 search terms, highest impressions first.

search_term
string
required

The term the user searched for.

Example:

"oak dining table"

campaign
string
required

Name of the campaign whose ad the term matched.

Example:

"Spring sale - Search"

impressions
integer
required

Impressions the term drove in the window.

Example:

980

clicks
integer
required

Clicks the term drove in the window.

Example:

17

cost_micros
integer
required

Amount spent on the term in the window, in micros of the account's currency.

Example:

24500000

conversions
number
required

Conversions attributed to the term in the window.

Example:

2