AI-generated Key Takeaways
-
The
SearchGoogleAdsFieldsResponse
message contains a list of matching Google Ads fields in theresults[]
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 | |
---|---|
|
The list of fields that matched the query. |
|
Pagination token used to retrieve the next page of results. Pass the content of this string as the |
|
Total number of results that match the query ignoring the LIMIT clause. |