AI-generated Key Takeaways
- 
          
The
resultsfield contains the list of rows that matched the query. - 
          
next_page_tokenis used for pagination to retrieve the next page of results. - 
          
total_results_countshows the total number of results that match the query, ignoring the LIMIT clause. - 
          
summary_rowprovides an aggregation of metrics across all results. 
Response message for GoogleAdsService.Search.
| Fields | |
|---|---|
 | 
                
                  
                   The list of rows 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.  | 
              
 | 
                
                  
                   FieldMask that represents what fields were requested by the user.  | 
              
 | 
                
                  
                   Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.  | 
              
 | 
                
                   
 The amount of resources consumed to serve the query.  |