SearchGoogleAdsFieldsResponse

  • The SearchGoogleAdsFieldsResponse message contains the results of a GoogleAdsFieldService search.

  • The results field is a list of GoogleAdsField objects that matched the query.

  • The next_page_token field is used for pagination to retrieve the next page of results.

  • The total_results_count field indicates the total number of results that match the query, disregarding 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.