SearchGoogleAdsFieldsResponse

  • The results field contains a list of GoogleAdsField objects that match the query.

  • The next_page_token is used for pagination and is not returned on the last page.

  • The total_results_count indicates the total number of results before considering the LIMIT clause.

Response message for GoogleAdsFieldService.SearchGoogleAdsFields.

Fields

results[]

GoogleAdsField

The list of fields that matched the query.

next_page_token

string

Pagination token used to retrieve the next page of results. Pass the content of this string as the page_token attribute of the next request. next_page_token is not returned for the last page.

total_results_count

int64

Total number of results that match the query ignoring the LIMIT clause.