AI-generated Key Takeaways
-
The
SearchGoogleAdsFieldsResponse
message contains the results of a GoogleAdsFieldService search. -
The
results
field is a list ofGoogleAdsField
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 | |
---|---|
|
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. |