Descriptions of the types of sizes a creative can be. Not all creatives can
be described by a height-width pair, this provides additional context.
Namespace
https://www.google.com/apis/ads/publisher/v202408
Enumeration
Description
PIXEL
Dimension based size, an actual height and width.
ASPECT_RATIO
Mobile size, that is expressed as a ratio of say 4 by 1, that could be
met by a 100 x 25 sized image.
INTERSTITIAL
Out-of-page size, that is not related to the slot it is served. But rather
is a function of the snippet, and the values set. This must be used with
1x1 size.
IGNORED
Size has no meaning
1. For Click Tracking entities, where size doesn't matter 2. For
entities that allow all requested sizes, where the size represents
all sizes.
NATIVE
Native size, which is a function of the how the client renders the creative.
This must be used with 1x1 size.
AUDIO
Audio size. Used with audio ads. This must be used with 1x1 size.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCreativeSizeType describes the different ways to define the size of a creative, including dimensions, aspect ratios, and special cases like interstitials and native ads.\u003c/p\u003e\n"],["\u003cp\u003eIt addresses situations where creatives cannot be defined solely by height and width, providing additional context.\u003c/p\u003e\n"],["\u003cp\u003eThis type is used within various Google Ad Manager services like ForecastService, LineItemService, ProposalLineItemService, and ProposalService.\u003c/p\u003e\n"],["\u003cp\u003eEnumerations like \u003ccode\u003ePIXEL\u003c/code\u003e, \u003ccode\u003eASPECT_RATIO\u003c/code\u003e, \u003ccode\u003eINTERSTITIAL\u003c/code\u003e, \u003ccode\u003eIGNORED\u003c/code\u003e, \u003ccode\u003eNATIVE\u003c/code\u003e, and \u003ccode\u003eAUDIO\u003c/code\u003e categorize different creative size representations.\u003c/p\u003e\n"],["\u003cp\u003eWhile some types use explicit dimensions, others, like interstitials and native ads, rely on the client's rendering and require a 1x1 size for technical purposes.\u003c/p\u003e\n"]]],["The provided content defines `CreativeSizeType`, describing various size types for creatives in ad management. These include `PIXEL` (height and width), `ASPECT_RATIO` (ratio-based), `INTERSTITIAL` (out-of-page, requires 1x1 size), `IGNORED` (size irrelevant), `NATIVE` (client-rendered, requires 1x1), and `AUDIO` (audio ads, requires 1x1). It is used by the services `ForecastService`, `LineItemService`, `ProposalLineItemService` and `ProposalService`. The `CreativePlaceholder` is a dependencie of `ProposalLineItemService`.\n"],null,["# enum CreativeSizeType (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.CreativeSizeType) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.CreativeSizeType) **ProposalLineItemService** [ProposalService](/ad-manager/api/reference/v202408/ProposalService.CreativeSizeType) **Dependencies** \n[CreativePlaceholder](/ad-manager/api/reference/v202408/ProposalLineItemService.CreativePlaceholder) \n▼\n**CreativeSizeType**\n\nDescriptions of the types of sizes a creative can be. Not all creatives can\nbe described by a height-width pair, this provides additional context.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `PIXEL` | Dimension based size, an actual height and width. |\n| `ASPECT_RATIO` | Mobile size, that is expressed as a ratio of say 4 by 1, that could be met by a 100 x 25 sized image. |\n| `INTERSTITIAL` | Out-of-page size, that is not related to the slot it is served. But rather is a function of the snippet, and the values set. This must be used with 1x1 size. |\n| `IGNORED` | Size has no meaning 1. For Click Tracking entities, where size doesn't matter 2. For entities that allow all requested sizes, where the size represents all sizes. |\n| `NATIVE` | Native size, which is a function of the how the client renders the creative. This must be used with 1x1 size. |\n| `AUDIO` | Audio size. Used with audio ads. This must be used with 1x1 size. |"]]