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/v1/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript
Erforderlich. Die ID des Algorithmus für die benutzerdefinierte Gebotseinstellung ist der Inhaber des Skripts.
Abfrageparameter
Parameter
Union-Parameter owner. Erforderlich. Bezeichnet 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: 2023-12-02 (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"]]