SearchGoogleAdsFieldsResponse

  • The SearchGoogleAdsFieldsResponse message contains a list of matching Google Ads fields in the results[] field.

  • The next_page_token is a string used for pagination to retrieve subsequent pages of results.

  • The total_results_count provides the total number of results matching 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.