A partir del
8 de septiembre de 2025, cada elemento de la línea nuevo deberá declarar si publicará anuncios políticos de la Unión Europea (UE). Las cargas de la API de Display & Video 360 y del SDF que no proporcionen declaraciones fallarán. Consulta nuestra
página de bajas para obtener más detalles sobre cómo actualizar tu integración y realizar esta declaración.
CreativeType
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Son los posibles tipos de una creatividad.
Enumeraciones |
CREATIVE_TYPE_UNSPECIFIED |
El valor de tipo no se especifica o es desconocido en esta versión. |
CREATIVE_TYPE_STANDARD |
Creatividad de display estándar. Los métodos de creación y actualización son compatibles con este tipo de creatividad si hostingSource es uno de los siguientes:
HOSTING_SOURCE_HOSTED
HOSTING_SOURCE_THIRD_PARTY
|
CREATIVE_TYPE_EXPANDABLE |
Creatividad expandible. Los métodos de creación y actualización son compatibles con este tipo de creatividad si el hostingSource es HOSTING_SOURCE_THIRD_PARTY . |
CREATIVE_TYPE_VIDEO |
Creatividad de video. Los métodos de creación y actualización son compatibles con este tipo de creatividad si hostingSource es uno de los siguientes:
HOSTING_SOURCE_HOSTED
HOSTING_SOURCE_THIRD_PARTY
|
CREATIVE_TYPE_NATIVE |
Creatividad nativa renderizada por los publicadores con recursos del anunciante. Los métodos de creación y actualización son compatibles con este tipo de creatividad si el hostingSource es HOSTING_SOURCE_HOSTED . |
CREATIVE_TYPE_TEMPLATED_APP_INSTALL |
Creatividad para dispositivos móviles (banner) de instalación de aplicación basada en plantillas Los métodos de creación y actualización no son compatibles con este tipo de creatividad. |
CREATIVE_TYPE_NATIVE_SITE_SQUARE |
Creatividad nativa cuadrada. Los métodos de creación y actualización son compatibles con este tipo de creatividad si el hostingSource es HOSTING_SOURCE_HOSTED . |
CREATIVE_TYPE_TEMPLATED_APP_INSTALL_INTERSTITIAL |
Creatividad intersticial que incluye anuncios gráficos y de video. Los métodos de creación y actualización no son compatibles con este tipo de creatividad. |
CREATIVE_TYPE_LIGHTBOX |
Creatividad Lightbox responsiva y expandible Los métodos de creación y actualización no son compatibles con este tipo de creatividad. |
CREATIVE_TYPE_NATIVE_APP_INSTALL |
Creatividad de instalación de aplicación nativa Los métodos de creación y actualización no son compatibles con este tipo de creatividad. |
CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE |
Creatividad de instalación de aplicación nativa cuadrada Los métodos de creación y actualización no son compatibles con este tipo de creatividad. |
CREATIVE_TYPE_AUDIO |
Creatividad de audio. Los métodos de creación y actualización son compatibles con este tipo de creatividad si el hostingSource es HOSTING_SOURCE_HOSTED . |
CREATIVE_TYPE_PUBLISHER_HOSTED |
Creatividad alojada por el publicador. Los métodos de creación y actualización no son compatibles con este tipo de creatividad. |
CREATIVE_TYPE_NATIVE_VIDEO |
Creatividad de video nativo Los métodos de creación y actualización son compatibles con este tipo de creatividad si el hostingSource es HOSTING_SOURCE_HOSTED . |
CREATIVE_TYPE_TEMPLATED_APP_INSTALL_VIDEO |
Creatividad de video para dispositivos móviles de instalación de aplicación basada en plantilla Los métodos de creación y actualización no son compatibles con este tipo de creatividad. |
CREATIVE_TYPE_ASSET_BASED_CREATIVE |
Creatividad basada en recursos Los métodos de creación y actualización son compatibles con este tipo de creatividad si el hostingSource es HOSTING_SOURCE_HOSTED . |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 2025-07-25 (UTC)"],[],["Display & Video 360 API v4, currently in beta, defines various creative types. These include `STANDARD`, `EXPANDABLE`, `VIDEO`, `NATIVE`, `AUDIO`, `NATIVE_VIDEO`, and `ASSET_BASED_CREATIVE`. Create and update methods are supported for some types based on `hostingSource`. `HOSTING_SOURCE_HOSTED` and `HOSTING_SOURCE_THIRD_PARTY` enable these actions. Other types, such as `TEMPLATED_APP_INSTALL`, `LIGHTBOX`, `NATIVE_APP_INSTALL`, and `PUBLISHER_HOSTED`, do not support create or update methods.\n"],null,["# CreativeType\n\nPossible types of a creative.\n\n| Enums ||\n|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `CREATIVE_TYPE_UNSPECIFIED` | Type value is not specified or is unknown in this version. |\n| `CREATIVE_TYPE_STANDARD` | Standard display creative. Create and update methods are supported for this creative type if the [hostingSource](/display-video/api/reference/rest/v4/advertisers.creatives#Creative.FIELDS.hosting_source) is one of the following: - `HOSTING_SOURCE_HOSTED` - `HOSTING_SOURCE_THIRD_PARTY` |\n| `CREATIVE_TYPE_EXPANDABLE` | Expandable creative. Create and update methods are supported for this creative type if the [hostingSource](/display-video/api/reference/rest/v4/advertisers.creatives#Creative.FIELDS.hosting_source) is `HOSTING_SOURCE_THIRD_PARTY` |\n| `CREATIVE_TYPE_VIDEO` | Video creative. Create and update methods are supported for this creative type if the [hostingSource](/display-video/api/reference/rest/v4/advertisers.creatives#Creative.FIELDS.hosting_source) is one of the following: - `HOSTING_SOURCE_HOSTED` - `HOSTING_SOURCE_THIRD_PARTY` |\n| `CREATIVE_TYPE_NATIVE` | Native creative rendered by publishers with assets from advertiser. Create and update methods are supported for this creative type if the [hostingSource](/display-video/api/reference/rest/v4/advertisers.creatives#Creative.FIELDS.hosting_source) is `HOSTING_SOURCE_HOSTED` |\n| `CREATIVE_TYPE_TEMPLATED_APP_INSTALL` | Templated app install mobile creative (banner). Create and update methods are **not** supported for this creative type. |\n| `CREATIVE_TYPE_NATIVE_SITE_SQUARE` | Square native creative. Create and update methods are supported for this creative type if the [hostingSource](/display-video/api/reference/rest/v4/advertisers.creatives#Creative.FIELDS.hosting_source) is `HOSTING_SOURCE_HOSTED` |\n| `CREATIVE_TYPE_TEMPLATED_APP_INSTALL_INTERSTITIAL` | Interstitial creative including both display and video. Create and update methods are **not** supported for this creative type. |\n| `CREATIVE_TYPE_LIGHTBOX` | Responsive and expandable Lightbox creative. Create and update methods are **not** supported for this creative type. |\n| `CREATIVE_TYPE_NATIVE_APP_INSTALL` | Native app install creative. Create and update methods are **not** supported for this creative type. |\n| `CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE` | Square native app install creative. Create and update methods are **not** supported for this creative type. |\n| `CREATIVE_TYPE_AUDIO` | Audio creative. Create and update methods are supported for this creative type if the [hostingSource](/display-video/api/reference/rest/v4/advertisers.creatives#Creative.FIELDS.hosting_source) is `HOSTING_SOURCE_HOSTED` |\n| `CREATIVE_TYPE_PUBLISHER_HOSTED` | Publisher hosted creative. Create and update methods are **not** supported for this creative type. |\n| `CREATIVE_TYPE_NATIVE_VIDEO` | Native video creative. Create and update methods are supported for this creative type if the [hostingSource](/display-video/api/reference/rest/v4/advertisers.creatives#Creative.FIELDS.hosting_source) is `HOSTING_SOURCE_HOSTED` |\n| `CREATIVE_TYPE_TEMPLATED_APP_INSTALL_VIDEO` | Templated app install mobile video creative. Create and update methods are **not** supported for this creative type. |\n| `CREATIVE_TYPE_ASSET_BASED_CREATIVE` | Asset-based creative. Create and update methods are supported for this creative type if the [hostingSource](/display-video/api/reference/rest/v4/advertisers.creatives#Creative.FIELDS.hosting_source) is `HOSTING_SOURCE_HOSTED`. |"]]