[[["เข้าใจง่าย","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"],[[["Creates a custom bidding script reference object to upload a script file for a custom bidding algorithm."],["To use, include the resulting reference object when creating a new custom bidding script object."],["Requires specifying the custom bidding algorithm ID and the owner (partner or advertiser) in the request."],["Authentication is necessary using the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This describes how to create a custom bidding script reference object for uploading a script file using the Display & Video 360 API. The process uses a `GET` request to `customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript`. Required path parameters include the `customBiddingAlgorithmId`. The `owner` query parameter is required and can be either a `partnerId` or `advertiserId`. The request body must be empty and if successful it returns a CustomBiddingScriptRef object. Authorization requires the `https://www.googleapis.com/auth/display-video` scope.\n"]]