SearchGoogleAdsFieldsResponse

  • The SearchGoogleAdsFieldsResponse message is used for the GoogleAdsFieldService.SearchGoogleAdsFields method.

  • It includes a list of GoogleAdsField results that matched the query.

  • The response contains a next_page_token for pagination and total_results_count showing the total number of matching results.

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.