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: 2023-12-02 (UTC)."],[[["Display & Video 360 API v1 allows for the creation of new channels, returning the channel details upon successful completion."],["To create a channel, send a POST request to the specified endpoint, including the partner ID in the path and optionally the advertiser ID as a query parameter."],["The request body should contain channel details as defined in the Channel resource, and a successful response will return the newly created channel object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["The core function described is creating a new channel via a `POST` request to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/channels`. This requires specifying a `partnerId` in the path and an optional `advertiserId` in the query. The request body must contain channel data. Upon successful creation, the API returns the newly created channel instance. The Display & Video 360 API v1 has been sunsetted. OAuth scope is required.\n"]]