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: 2025-02-25 (UTC)"],[[["Retrieves a specific creative belonging to a designated advertiser using a GET request."],["Requires specifying the advertiser ID and creative ID as path parameters in the request URL."],["Returns the details of the requested creative in the response body if successful."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document details retrieving a specific creative using a `GET` request to the provided URL. The request requires two path parameters: `advertiserId` and `creativeId`, both as string representations of 64-bit integers. The request body must be empty. A successful response returns a `Creative` object. Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope. The described URL follows gRPC Transcoding syntax. There is also a test option to try it.\n"]]