Creates a custom bidding script reference object for a script file.
The resulting reference object provides a resource path to which the script file should be uploaded. This reference object should be included in when creating a new custom bidding script object.
HTTP request
GET https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript
Required. The ID of the custom bidding algorithm owns the script.
Query parameters
Parameters
Union parameter owner. Required. Identifies the DV360 entity that owns the parent custom bidding algorithm. It can be either a partner or an advertiser. owner can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["Creates a custom bidding script reference object to upload a script file for a new custom bidding script object."],["Requires a `GET` request to the specified URL with the custom bidding algorithm ID and the owner (partner or advertiser ID)."],["The request body should be empty, and a successful response will contain a `CustomBiddingScriptRef` instance."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This outlines the process for creating a custom bidding script reference object for a script file. It uses a `GET` request to the specified URL, requiring the `customBiddingAlgorithmId` as a path parameter. The request requires either a `partnerId` or `advertiserId` as a query parameter to identify the script's owner. The request body must be empty. A successful response will contain a `CustomBiddingScriptRef` instance. This action is protected under the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]