Method: exchanges.pullReport

從報表 ID 擷取報表。這項功能已淘汰,請改用 Get 方法。

HTTP 要求

POST https://dv360exchangereporting.googleapis.com/v1alpha1/{exchange=exchanges/*}:pullReport

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

路徑參數

參數
exchange

string

必填。報表所屬的交易所名稱。例如:「exchanges/123」。這是必填欄位。

要求主體

要求主體會包含結構如下的資料:

JSON 表示法
{
  "reportId": string
}
欄位
reportId

string

必填。報表 ID,可從 exchanges.generateReport 服務呼叫取得。

回應主體

如果成功,回應主體會包含 Report 的執行個體。

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱OAuth 2.0 Overview