Required. The ID of the custom bidding algorithm that 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 2024-09-18 UTC."],[[["This page documents the process for creating a new custom bidding script using the Display & Video 360 API."],["The API request must specify the custom bidding algorithm ID and the owner (either partner or advertiser)."],["Upon successful execution, the API returns the newly created custom bidding script object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This API documentation details creating a new custom bidding script via a `POST` request to a specified URL. The process involves providing a `customBiddingAlgorithmId` as a path parameter and a mandatory `owner` (either a `partnerId` or `advertiserId`) as a query parameter. The request body must contain a `CustomBiddingScript` instance. A successful request returns a new `CustomBiddingScript` instance, and the process requires `https://www.googleapis.com/auth/display-video` OAuth scope. Display & Video 360 API v1 is no longer available.\n"]]