---
title: "Google Ads search terms report"
method: GET
path: "/v1/ads/search-terms"
tags: ["Ad Insights"]
---

# Google Ads search terms report

`GET /v1/ads/search-terms`

The actual search queries that triggered your ads, with matched-keyword
status and spend metrics — the raw material for wasted-spend analysis and
negative-keyword lists. Reads Google's `search_term_view` live; defaults
to the last 30 days. Rows are ordered by cost, descending. Draws on the
shared Google Ads operations budget.

## Query parameters

- `accountId` string, required
- `customerId` string
- `fromDate` string, date
- `toDate` string, date
- `campaignId` string
- `adGroupId` string
- `pageToken` string

## Response `200`

Search terms

- object
  - `customerId` string
  - `data` object[]
    - `searchTerm` string, nullable
    - `status` string, nullable — ADDED / EXCLUDED / ADDED_EXCLUDED / NONE — whether the term is already a keyword or a negative.
    - `matchType` string, nullable — How the term matched (BROAD, PHRASE, EXACT, NEAR_PHRASE, NEAR_EXACT).
    - `campaignId` string, nullable
    - `campaignName` string, nullable
    - `adGroupId` string, nullable
    - `adGroupName` string, nullable
    - `impressions` integer
    - `clicks` integer
    - `costMicros` integer — Cost in micros of the account currency (divide by 1,000,000).
    - `conversions` number
    - `conversionsValue` number
  - `paging` object
    - `nextPageToken` string, nullable — Null when the last page was returned.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `429` — Google Ads operations budget exhausted; retry later.
- `501` — Only available on Google Ads accounts

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/3c7cf84cec44/schema)
