ListBatchJobResultsResponse

  • This page describes the response message for the BatchJobService.ListBatchJobResults method in the Google Ads API.

  • The response includes an array of BatchJobResult objects, representing the results of a batch job.

  • A next_page_token is provided for pagination to retrieve subsequent pages of results.

Response message for BatchJobService.ListBatchJobResults.

Fields

results[]

BatchJobResult

The list of rows 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.