enum RichMediaStudioCreativeFormat (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Different creative format supported by Rich Media Studio creative.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
IN_PAGE
|
In-page creatives are served into an ad slot on publishers page.
In-page implies that they maintain a static size, e.g, 468x60 and
do not break out of these dimensions.
|
EXPANDING
|
Expanding creatives expand/collapse on user interaction such as mouse over.
It consists of an initial, or collapsed and an expanded creative area.
|
IM_EXPANDING
|
Creatives that are served in an instant messenger application such as
AOL Instant Messanger or Yahoo! Messenger. This can also be used in
desktop applications such as weatherbug.
|
FLOATING
|
Floating creatives float on top of publishers page and can be closed with
a close button.
|
PEEL_DOWN
|
Peel-down creatives show a glimpse of your ad in the corner of a web
page. When the user interacts, the rest of the ad peels down to reveal
the full message.
|
IN_PAGE_WITH_FLOATING
|
An In-Page with Floating creative is a dual-asset creative consisting of
an in-page asset and a floating asset. This creative type lets you deliver
a static primary ad to a webpage, while inviting a user to find out more
through a floating asset delivered when the user interacts with the
creative.
|
FLASH_IN_FLASH
|
A Flash ad that renders in a Flash environment. The adserver will serve
this using VAST, but it is not a proper VAST XML ad. It's an amalgamation
of the proprietary InStream protocol, rendered inside VAST so that we
can capture some standard behavior such as companions.
|
FLASH_IN_FLASH_EXPANDING
|
An expanding flash ad that renders in a Flash environment. The adserver
will serve this using VAST, but it is not a proper VAST XML ad. It's an
amalgamation of the proprietary InStream protocol, rendered inside VAST so
that we can capture some standard behavior such as companions.
|
IN_APP
|
In-app creatives are served into an ad slot within a publisher's app.
In-app implies that they maintain a static size, e.g, 468x60 and
do not break out of these dimensions.
|
UNKNOWN
|
The creative format is unknown or not supported in the API version in use.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eRich Media Studio creatives support various formats like in-page, expanding, floating, and in-app, each with unique display characteristics.\u003c/p\u003e\n"],["\u003cp\u003eThese formats determine how the creative is presented on the publisher's page or within an app, including interactions and dimensions.\u003c/p\u003e\n"],["\u003cp\u003eIn-page and in-app creatives maintain a fixed size, while expanding and floating creatives offer dynamic user experiences.\u003c/p\u003e\n"],["\u003cp\u003eThe RichMediaStudioCreativeFormat enumeration defines these formats, with options like \u003ccode\u003eIN_PAGE\u003c/code\u003e, \u003ccode\u003eEXPANDING\u003c/code\u003e, \u003ccode\u003eFLOATING\u003c/code\u003e, and \u003ccode\u003eIN_APP\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCreative formats like Flash-in-Flash are also supported, primarily for delivering Flash ads within Flash environments.\u003c/p\u003e\n"]]],["The core content outlines the various formats supported by Rich Media Studio creatives within the `CreativeService`. These formats include `IN_PAGE` (static size in ad slots), `EXPANDING` (expand/collapse on interaction), `IM_EXPANDING` (in instant messengers), `FLOATING` (float on top of page), `PEEL_DOWN` (peel down on user interaction), `IN_PAGE_WITH_FLOATING` (dual-asset with in-page and floating), `FLASH_IN_FLASH` (flash in a flash environment), `FLASH_IN_FLASH_EXPANDING` (expanding flash), `IN_APP` (in app creatives), and `UNKNOWN`.\n"],null,["# enum RichMediaStudioCreativeFormat (v202408)\n\n**Service** \n**CreativeService** **Dependencies** \n[BaseRichMediaStudioCreative](/ad-manager/api/reference/v202408/CreativeService.BaseRichMediaStudioCreative) \n▼\n**RichMediaStudioCreativeFormat**\n\nDifferent creative format supported by Rich Media Studio creative.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `IN_PAGE` | In-page creatives are served into an ad slot on publishers page. In-page implies that they maintain a static size, e.g, 468x60 and do not break out of these dimensions. |\n| `EXPANDING` | Expanding creatives expand/collapse on user interaction such as mouse over. It consists of an initial, or collapsed and an expanded creative area. |\n| `IM_EXPANDING` | Creatives that are served in an instant messenger application such as AOL Instant Messanger or Yahoo! Messenger. This can also be used in desktop applications such as weatherbug. |\n| `FLOATING` | Floating creatives float on top of publishers page and can be closed with a close button. |\n| `PEEL_DOWN` | Peel-down creatives show a glimpse of your ad in the corner of a web page. When the user interacts, the rest of the ad peels down to reveal the full message. |\n| `IN_PAGE_WITH_FLOATING` | An In-Page with Floating creative is a dual-asset creative consisting of an in-page asset and a floating asset. This creative type lets you deliver a static primary ad to a webpage, while inviting a user to find out more through a floating asset delivered when the user interacts with the creative. |\n| `FLASH_IN_FLASH` | A Flash ad that renders in a Flash environment. The adserver will serve this using VAST, but it is not a proper VAST XML ad. It's an amalgamation of the proprietary InStream protocol, rendered inside VAST so that we can capture some standard behavior such as companions. |\n| `FLASH_IN_FLASH_EXPANDING` | An expanding flash ad that renders in a Flash environment. The adserver will serve this using VAST, but it is not a proper VAST XML ad. It's an amalgamation of the proprietary InStream protocol, rendered inside VAST so that we can capture some standard behavior such as companions. |\n| `IN_APP` | In-app creatives are served into an ad slot within a publisher's app. In-app implies that they maintain a static size, e.g, 468x60 and do not break out of these dimensions. |\n| `UNKNOWN` | The creative format is unknown or not supported in the API version in use. |"]]