[[["わかりやすい","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"]],["最終更新日 2023-12-02 UTC。"],[[["This documentation details how to update an existing Display & Video 360 creative using the API."],["It involves sending a PATCH request to a specific endpoint with the creative's advertiser and creative IDs."],["You can specify which fields to update using the `updateMask` query parameter."],["The request and response bodies both utilize the `Creative` object for data transfer."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["The document outlines the process for updating a creative using the Display & Video 360 API. It employs a PATCH request to a specific URL: `https://displayvideo.googleapis.com/v1/advertisers/{creative.advertiserId}/creatives/{creative.creativeId}`. This requires two path parameters, `creative.advertiserId` and `creative.creativeId`. Additionally a required query parameter named `updateMask` controls field updates. The request body and response body each utilize the `Creative` resource. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. The API version v1 has been sunset.\n"]]