AI-generated Key Takeaways
-
The
SearchGoogleAdsFieldsResponsemessage contains a list of matching Google Ads fields in theresults[]field. -
The
next_page_tokenis a string used for pagination to retrieve subsequent pages of results. -
The
total_results_countprovides 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. |