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 is deprecated and the content describes the process to create a site in a channel using the updated API."],["This involves making a POST request to a specific endpoint with the necessary channel and advertiser IDs."],["The request body should contain a `Site` object defining the site details, as per the API reference."],["Successful execution returns a `Site` object representing the newly created site within the specified channel."],["This functionality necessitates the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."]]],["The Display & Video 360 API v1 is no longer available. To create a site within a channel, a POST request is sent to `https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/channels/{channelId}/sites`. This requires specifying the `channelId` and `advertiserId` in the path, and optionally `partnerId` as query parameters. The request body includes a `Site` instance, and successful requests will return a newly created `Site` instance. OAuth scope `https://www.googleapis.com/auth/display-video` is necessary.\n"]]