A partire dall'
8 settembre 2025, ogni nuovo elemento pubblicitario dovrà dichiarare se pubblicherà o meno annunci politici dell'Unione Europea (UE). I caricamenti di API Display & Video 360 e SDF che non forniscono dichiarazioni non andranno a buon fine. Consulta la nostra
pagina dei ritiri per ulteriori dettagli su come aggiornare l'integrazione per effettuare questa dichiarazione.
CreativeType
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Possibili tipi di creatività.
Enum |
CREATIVE_TYPE_UNSPECIFIED |
Il valore del tipo non è specificato o è sconosciuto in questa versione. |
CREATIVE_TYPE_STANDARD |
Creatività display standard. I metodi di creazione e aggiornamento sono supportati per questo tipo di creatività se hostingSource è uno dei seguenti:
HOSTING_SOURCE_HOSTED
HOSTING_SOURCE_THIRD_PARTY
|
CREATIVE_TYPE_EXPANDABLE |
Creatività espandibile. I metodi Create e Update sono supportati per questo tipo di creatività se hostingSource è HOSTING_SOURCE_THIRD_PARTY |
CREATIVE_TYPE_VIDEO |
Creatività video. I metodi di creazione e aggiornamento sono supportati per questo tipo di creatività se hostingSource è uno dei seguenti:
HOSTING_SOURCE_HOSTED
HOSTING_SOURCE_THIRD_PARTY
|
CREATIVE_TYPE_NATIVE |
Creatività nativa visualizzata dai publisher con asset dell'inserzionista. I metodi Create e Update sono supportati per questo tipo di creatività se hostingSource è HOSTING_SOURCE_HOSTED |
CREATIVE_TYPE_TEMPLATED_APP_INSTALL |
Creatività mobile (banner) per l'installazione di app basate su modelli. I metodi di creazione e aggiornamento non sono supportati per questo tipo di creatività. |
CREATIVE_TYPE_NATIVE_SITE_SQUARE |
Creatività nativa quadrata. I metodi Create e Update sono supportati per questo tipo di creatività se hostingSource è HOSTING_SOURCE_HOSTED |
CREATIVE_TYPE_TEMPLATED_APP_INSTALL_INTERSTITIAL |
Creatività interstitial che include sia display che video. I metodi di creazione e aggiornamento non sono supportati per questo tipo di creatività. |
CREATIVE_TYPE_LIGHTBOX |
Creatività lightbox adattabile ed espandibile. I metodi di creazione e aggiornamento non sono supportati per questo tipo di creatività. |
CREATIVE_TYPE_NATIVE_APP_INSTALL |
Creatività per l'installazione di app native. I metodi di creazione e aggiornamento non sono supportati per questo tipo di creatività. |
CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE |
Creatività per l'installazione di app native quadrata. I metodi di creazione e aggiornamento non sono supportati per questo tipo di creatività. |
CREATIVE_TYPE_AUDIO |
Creatività audio. I metodi Create e Update sono supportati per questo tipo di creatività se hostingSource è HOSTING_SOURCE_HOSTED |
CREATIVE_TYPE_PUBLISHER_HOSTED |
Creatività ospitata dal publisher. I metodi di creazione e aggiornamento non sono supportati per questo tipo di creatività. |
CREATIVE_TYPE_NATIVE_VIDEO |
Creatività video nativa. I metodi Create e Update sono supportati per questo tipo di creatività se hostingSource è HOSTING_SOURCE_HOSTED |
CREATIVE_TYPE_TEMPLATED_APP_INSTALL_VIDEO |
Creatività video mobile per l'installazione di app basate su modelli. I metodi di creazione e aggiornamento non sono supportati per questo tipo di creatività. |
CREATIVE_TYPE_ASSET_BASED_CREATIVE |
Creatività basata su asset. I metodi Create e Update sono supportati per questo tipo di creatività se hostingSource è HOSTING_SOURCE_HOSTED . |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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`. |"]]