Rede de Display e A API Video 360 v2 foi descontinuada. Use o Display & Video 360 API v3. Para ver as instruções de migração da v2 para a v3, consulte nosso guia de migração.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]