[[["わかりやすい","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-11 UTC。"],[[["This document outlines how to get a custom list using the Display & Video 360 API."],["It specifies the required HTTP request, path and query parameters, and authorization scope."],["The request body should be empty, and a successful response will contain a `CustomList` object."],["You need to identify the requesting DV360 entity using the `accessor` query parameter (e.g., `advertiserId`)."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["The Display & Video 360 API v2 has been discontinued. To retrieve a specific custom list, a GET request is sent to `https://displayvideo.googleapis.com/v2/customLists/{customListId}`. The `customListId` is required as a path parameter, and the `accessor` (e.g., `advertiserId`) is needed as a query parameter. The request body must be empty. A successful response returns a `CustomList` instance. The request requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]