Создает объект ссылки на сценарий специального назначения ставок для файла сценария.
Результирующий ссылочный объект предоставляет путь к ресурсу, по которому следует загрузить файл сценария. Этот эталонный объект следует включить при создании нового объекта сценария специального назначения ставок.
HTTP-запрос
GET https://displayvideo.googleapis.com/v1/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript
Необходимый. Скрипт принадлежит идентификатору специального алгоритма назначения ставок.
Параметры запроса
Параметры
owner параметра объединения. Необходимый. Идентифицирует объект DV360, которому принадлежит родительский алгоритм специального назначения ставок. Это может быть как партнер, так и рекламодатель. owner может быть только один из следующих:
[[["Прост для понимания","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"]],["Последнее обновление: 2024-10-30 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"]]