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)"],[[["This documentation details how to update an existing Display & Video 360 creative using the API."],["It involves sending a PATCH request to a specific endpoint with the creative's advertiser and creative IDs."],["You can specify which fields to update using the `updateMask` query parameter."],["The request and response bodies both utilize the `Creative` object for data transfer."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["The document outlines the process for updating a creative using the Display & Video 360 API. It employs a PATCH request to a specific URL: `https://displayvideo.googleapis.com/v1/advertisers/{creative.advertiserId}/creatives/{creative.creativeId}`. This requires two path parameters, `creative.advertiserId` and `creative.creativeId`. Additionally a required query parameter named `updateMask` controls field updates. The request body and response body each utilize the `Creative` resource. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. The API version v1 has been sunset.\n"]]