DV360 Exchange Reporting API
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
DV360 Exchange Reporting API 可讓廣告交易平台透過程式輔助的方式從 DV360 擷取報表。
服務:dv360exchangereporting.googleapis.com
如要呼叫這項服務,建議您使用 Google 提供的用戶端程式庫。如果應用程式需要使用您自己的程式庫來呼叫這項服務,請在提出 API 要求時使用下列資訊。
探索文件
探索文件是一種機器可解讀的規格,用於說明和使用 REST API。此文件用於建構用戶端程式庫、IDE 外掛程式,以及與 Google API 互動的其他工具。一項服務可能會提供多個探索文件。這項服務提供下列探索文件:
服務端點
服務端點是指定 API 服務網路位址的基準網址。一項服務可能有多個服務端點。這項服務有以下服務端點,且下方的 URI 皆以此服務端點為基準:
https://dv360exchangereporting.googleapis.com
方法 |
generateReport |
POST /v1alpha1/{exchange=exchanges/*}:generateReport
產生並傳回報表 ID。 |
pullReport (deprecated) |
POST /v1alpha1/{exchange=exchanges/*}:pullReport
從報表 ID 提取報表。 |
方法 |
get |
GET /v1alpha1/{name=exchanges/*/reports/*}
從報表名稱取得報表。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-06-27 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-06-27 (世界標準時間)。"],[[["DV360 Exchange Reporting API enables programmatic report retrieval from DV360."],["The API utilizes REST resources like `exchanges` and `exchanges.reports` for report generation and retrieval."],["Google-provided client libraries are recommended for interacting with the API."],["The service endpoint for the API is `https://dv360exchangereporting.googleapis.com`."],["Report generation is initiated via the `generateReport` method and retrieved using `get` method; the `pullReport` method is deprecated."]]],["The DV360 Exchange Reporting API enables programmatic report retrieval from DV360. It offers two main resources: `v1alpha1.exchanges` and `v1alpha1.exchanges.reports`. `v1alpha1.exchanges` allows using `generateReport` method to generate a report and get report Id and `pullReport` to pull the report (deprecated). The `v1alpha1.exchanges.reports` resource enables the use of `get` method to retrieve a report using its name. The API uses REST and has a service endpoint: `https://dv360exchangereporting.googleapis.com`.\n"]]