---
title: "POST /v23/customers/{+customerId}/searchAds360:search"
method: POST
path: "/v23/customers/{+customerId}/searchAds360:search"
tags: ["customers"]
---

# POST /v23/customers/{+customerId}/searchAds360:search

`POST /v23/customers/{+customerId}/searchAds360:search`

Returns all rows that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ChangeEventError]() [ChangeStatusError]() [ClickViewError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesSearchSearchAds360Request — Request message for SearchAds360Service.Search.
  - `query` string — Required. The query string.
  - `validateOnly` boolean — If true, the request is validated but not executed.
  - `pageSize` integer — Number of elements to retrieve in a single page. When too large a page is requested, the server may decide to further limit the number of returned resources.
  - `pageToken` string — Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from `next_page_token` in the previous response in order to request the next page of results.
  - `searchSettings` GoogleAdsSearchads360V23ServicesSearchSettings — Indicates search settings in request parameter.
    - `returnTotalResultsCount` boolean — If true, the total number of results that match the query ignoring the LIMIT clause will be included in the response. Default is false.
    - `omitResults` boolean — If true, results will be excluded from the response. Otherwise, results will be returned. Default is false.
    - `returnSummaryRow` boolean — If true, summary row will be included in the response and sent in a response by itself after all other query results are returned. Default is false.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/searchads360.md) · [All operations](https://skmtc.net/google/apis/searchads360/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/searchads360/revisions/40d087435afd/schema)
