REST Resource: exchanges.reports

資源:報表

包含多個報表列的報表。

JSON 表示法
{
  "row": [
    {
      object (ReportRow)
    }
  ],
  "name": string,
  "reportId": string,
  "googleCloudStoragePath": string
}
欄位
row[]
(deprecated)

object (ReportRow)

報表列。

name

string

僅供輸出。報表的資源名稱。

reportId

string

僅供輸出。報表 ID。

googleCloudStoragePath

string

準備就緒時報表的 Bigstore 檔案位址。取代「bigstore」字串 (開頭為「https://storage.mtls.cloud.google.com」),然後從 Google Cloud Storage (GCS) 下載報告。在路徑字串中,「Exchangeapi-xxxxxx」是您服務帳戶專屬的 GCS 值區名稱。

ReportRow

報表中報表資料列。

JSON 表示法
{
  "reportDate": string,
  "reportHour": string,
  "publisher": string,
  "impressions": string,
  "impressionCost": number,
  "creativeId": string,
  "creativeType": string,
  "regionCode": string,
  "seatId": string,
  "dealId": string,
  "deviceType": string,
  "weekFirstDate": string,
  "ivtImpressions": string,
  "ivtImpressionCost": number
}
欄位
reportDate

string

報告日期,採用 ISO_8601 格式。

reportHour

string

報表的小時數。用於每小時報表中,代表一天內的時段。0 到 23 之間的值會以世界標準時間 [0:00:00 ~ 1:00:00) 表示。

publisher

string

報表的發布商,例如「10005_1350300」

impressions

string (int64 format)

特定日期/小時/週的曝光次數值。

impressionCost

number

指定的日期/小時/週次曝光費用。

creativeId

string (int64 format)

廣告素材 ID。

creativeType

string

報表列的廣告素材類型,例如圖片/音訊。

regionCode

string

國家/地區代碼。

seatId

string (int64 format)

買家的帳戶名額 ID。

dealId

string (int64 format)

交易 ID。

deviceType

string

裝置類型:例如行動裝置/電腦。

weekFirstDate

string

該週的第一天是報表列中的週別。

ivtImpressions

string (int64 format)

無效流量(無效流量) 用於指定日期/每小時/每週的曝光次數。

ivtImpressionCost

number

特定日期/小時/週的無效流量(無效流量) 曝光費用。

方法

get

從報表名稱取得報表。