Anuncios gráficos y La API de Video 360 v2 dejará de estar disponible. Utiliza Display & API de Video 360 v3 en su lugar. Para obtener instrucciones de migración de v2 a v3, consulta nuestra guía de migración.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2023-12-02 (UTC)"],[[["Display & Video 360 API v1 is sunset and this documentation details the channel update process for partners using the API."],["This API endpoint allows updating specific fields of a channel by providing a field mask in the request."],["Channel updates require authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Successful requests will return the updated channel data in the response body."],["Developers can identify channels and partners using unique IDs passed as path parameters in the API request."]]],["The provided content outlines the process for updating a channel using the Display & Video 360 API. The `PATCH` request, directed to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/channels/{channel.channelId}`, requires `partnerId` and `channel.channelId` in the URL. The `updateMask` is a necessary query parameter. An instance of a `Channel` is sent in the request body, and the response body returns the updated `Channel` upon success. The API uses the `display-video` OAuth scope for authorization.\n"]]