[[["わかりやすい","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-10-11 UTC。"],[[["Lists creatives within a specified advertiser, sorted by `creativeId`, `createTime`, `mediaDuration`, or `dimensions`."],["Allows filtering by various creative fields like `approvalStatus`, `creativeType`, `dimensions`, `entityStatus`, and more."],["Supports pagination to retrieve large result sets via `pageSize` and `pageToken` parameters."],["Requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."],["Returns a list of creatives along with a token for retrieving the next page of results if available."]]],["This document outlines the process of listing creatives within an advertiser's account using the Display & Video 360 API. The core action is sending a `GET` request to the specified URL with the advertiser's ID as a path parameter. You can use query parameters like `pageSize`, `pageToken`, `orderBy`, and `filter` to control the results returned. The response includes a list of creatives, and a `nextPageToken` for paginating through results. Request bodies are empty, and the API requires OAuth authorization.\n"]]