Obligatoire. ID de l'algorithme d'enchères personnalisées auquel appartient le script.
Paramètres de requête
Paramètres
Paramètre d'union owner. Obligatoire. Identifie l'entité DV360 qui possède l'algorithme d'enchères personnalisées parent. Il peut s'agir d'un partenaire ou d'un annonceur. owner ne peut être qu'un des éléments suivants :
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/06/11 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/06/11 (UTC)."],[[["Display & Video 360 API v2 is sunset and this document outlines the creation of new custom bidding scripts using the API."],["The API request utilizes an HTTP POST method to a specific endpoint with path and query parameters defining the script ownership and parent algorithm."],["Both request and response bodies involve a `CustomBiddingScript` object for data exchange regarding the script details."],["Proper authorization using the `https://www.googleapis.com/auth/display-video` scope is required for successful API interaction."]]],["This documentation details the process for creating a new custom bidding script via the Display & Video API. It uses a `POST` request to the specified URL, including the required `customBiddingAlgorithmId`. The request must identify the owning DV360 entity using either `partnerId` or `advertiserId` as a query parameter. The request body must contain a `CustomBiddingScript` instance. A successful request returns the newly created `CustomBiddingScript` instance in the response body and requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]