[null,null,["最后更新时间 (UTC):2025-02-25。"],[[["Creates a new custom bidding script associated with a specific custom bidding algorithm."],["Requires specifying the custom bidding algorithm ID and the owner (either partner or advertiser) in the request."],["The request body should contain the details of the custom bidding script, as defined in the `CustomBiddingScript` object."],["A successful response returns the newly created custom bidding script object."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes creating a new custom bidding script via a POST HTTP request to a specific URL. The request requires `customBiddingAlgorithmId` in the path and an `owner` (either `partnerId` or `advertiserId`) in the query. The request body needs a `CustomBiddingScript` instance. The successful response will contain the newly created `CustomBiddingScript`. Note, updates to custom bidding algorithms assigned to line items will error after April 1, 2025. This process requires the `display-video` OAuth scope.\n"]]