DV360 Exchange Reporting API
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
DV360 Exchange Reporting API를 사용하면 거래소에서 DV360에서 프로그래매틱 방식으로 보고서를 검색할 수 있습니다.
서비스: dv360exchangereporting.googleapis.com
이 서비스를 호출하려면 Google에서 제공하는 클라이언트 라이브러리를 사용하는 것이 좋습니다. 애플리케이션이 이 서비스를 호출하기 위해 자체 라이브러리를 사용해야 하는 경우, API 요청을 할 때 다음 정보를 사용합니다.
검색 문서
검색 문서는 머신에서 읽을 수 있는 사양이며 REST API를 설명하고 사용하는 데 참조할 수 있습니다. 또한 클라이언트 라이브러리, IDE 플러그인, 기타 Google API와 상호작용하는 도구를 빌드하는 데 사용됩니다. 하나의 서비스는 여러 개의 검색 문서를 제공할 수 있습니다. 이 서비스는 다음 검색 문서를 제공합니다.
서비스 엔드포인트
서비스 엔드포인트는 API 서비스의 네트워크 주소를 지정하는 기본 URL입니다. 하나의 서비스에 여러 서비스 엔드포인트가 있을 수 있습니다. 이 서비스에는 다음 서비스 엔드포인트가 포함되고, 그 아래의 모든 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/*}
보고서 이름에서 보고서를 가져옵니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-06-27(UTC)
[[["이해하기 쉬움","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(UTC)"],[[["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"]]