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.
[[["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)."],[[["Display & Video 360 API v2 has been sunset and this documentation details the creation of negative keyword lists using the API."],["You can create a new negative keyword list by sending a POST request to the specified endpoint with the advertiser ID."],["The request body should contain details of the negative keyword list as defined in the NegativeKeywordList object."],["A successful request will return the newly created negative keyword list object in the response."],["Using this functionality requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["The content details how to create a new negative keyword list within the Display & Video 360 API. A POST request is sent to `https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/negativeKeywordLists`, requiring the `advertiserId` as a path parameter. The request body must include an instance of `NegativeKeywordList`. Upon success, the response returns the newly created `NegativeKeywordList`. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. The API v2 has been sunset.\n"]]