Method: customers.batchJobs.listResults

傳回批次工作的結果。該工作必須完成。支援標準清單分頁。

擲回錯誤清單:AuthenticationError AuthorizationError BatchJobError HeaderError InternalError QuotaError RequestError

HTTP 要求

GET https://googleads.googleapis.com/v14/{resourceName=customers/*/batchJobs/*}:listResults

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
resourceName

string

必要欄位。此為列出結果的批次工作的資源名稱。

查詢參數

參數
pageToken

string

要擷取網頁的權杖。如未指定,系統會傳回第一頁的結果。使用在先前回應中從 nextPageToken 取得的值,以便要求下一頁的結果。

pageSize

integer

在單一網頁中擷取的元素數量。如果網頁要求過大,伺服器可能會決定進一步限制傳回的資源數量。

responseContentType

enum (ResponseContentType)

回應內容類型設定。決定應傳回可變動資源,還是只傳回資源名稱。

要求主體

要求主體必須為空白。

回應主體

BatchJobService.ListBatchJobResults 的回應訊息。

如果成功,回應主體即會包含具有以下結構的資料:

JSON 表示法
{
  "results": [
    {
      object (BatchJobResult)
    }
  ],
  "nextPageToken": string
}
欄位
results[]

object (BatchJobResult)

符合查詢的資料列清單。

nextPageToken

string

用來擷取下一頁結果的分頁符記。將這個字串的內容做為下一個要求的 pageToken 屬性傳遞。沒有傳回最後一頁的 nextPageToken

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/adwords

詳情請參閱 OAuth 2.0 總覽

BatchJobResult

個別批次工作結果。

JSON 表示法
{
  "operationIndex": string,
  "mutateOperationResponse": {
    object (MutateOperationResponse)
  },
  "status": {
    object (Status)
  }
}
欄位
operationIndex

string (int64 format)

變更作業索引。

mutateOperationResponse

object (MutateOperationResponse)

變更的回應。如果發生錯誤,可以留空。

status

object (Status)

處理作業時的錯誤詳細資料。