Display- und Video 360 API Version 2 wird eingestellt. Verwenden Sie Display- und Video 360 API v3. Eine Anleitung zur Migration von Version 2 zu Version 3 finden Sie in unserer Migrationsanleitung.
Erstellt ein Skriptreferenzobjekt für die benutzerdefinierte Gebotseinstellung für eine Skriptdatei.
Das resultierende Referenzobjekt stellt einen Ressourcenpfad bereit, in den die Skriptdatei hochgeladen werden soll. Dieses Referenzobjekt sollte beim Erstellen eines neuen Scriptobjekts für die benutzerdefinierte Gebotseinstellung enthalten sein.
HTTP-Anfrage
GET https://displayvideo.googleapis.com/v2/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript
Erforderlich. Das Script ist der ID des Algorithmus für die benutzerdefinierte Gebotseinstellung.
Abfrageparameter
Parameters
Union-Parameter owner. Erforderlich. Das ist die DV360-Entität, die Inhaber des übergeordneten Algorithmus für die benutzerdefinierte Gebotseinstellung ist. Das kann entweder ein Partner oder ein Werbetreibender sein. Für owner ist nur einer der folgenden Werte zulässig:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-06-11 (UTC)."],[[["Creates a custom bidding script reference object to upload a script file for a custom bidding algorithm."],["Includes a resource path for uploading the script file that should be included when creating a new custom bidding script object."],["Identifies the DV360 entity (partner or advertiser) that owns the parent custom bidding algorithm and has write access to the script."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["The Display & Video 360 API v2 is sunset. To create a custom bidding script reference, use a `GET` request to `https://displayvideo.googleapis.com/v2/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript`. The `customBiddingAlgorithmId` is required in the path. The `owner` union parameter, which includes `partnerId` or `advertiserId`, is also required in the query. The request body must be empty. A successful response returns a `CustomBiddingScriptRef` resource, providing the script file's upload path. The `https://www.googleapis.com/auth/display-video` OAuth scope is needed.\n"]]