[[["わかりやすい","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"]],["最終更新日 2025-02-25 UTC。"],[[["Creates a new guaranteed order within a specified partner or advertiser."],["Sends a POST request to the specified URL with the order details in the request body."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Returns the newly created guaranteed order in the response body upon successful completion."]]],["This document details how to create a new guaranteed order via a POST request to `https://displayvideo.googleapis.com/v3/guaranteedOrders`. The URL uses gRPC Transcoding syntax. The request requires a `accessor` query parameter, which can be either a `partnerId` or an `advertiserId`. The request body should contain a `GuaranteedOrder` instance. Upon success, the response body returns the newly created `GuaranteedOrder`. Authorization is needed with the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]