AI-generated Key Takeaways
-
CreativeSizeType
identifies the dimensions of a creative, encompassing types likePIXEL
(standard height/width),ASPECT_RATIO
(ratio-based, like 4:1), and others. -
Some creative types are not defined by standard dimensions and use a 1x1 size for representation, such as
INTERSTITIAL
,NATIVE
, andAUDIO
. -
CreativeSizeType
is used by services likeForecastService
,LineItemService
,ProposalLineItemService
, andProposalService
. -
The
IGNORED
type is used for creatives where size is irrelevant, such as click trackers or when all sizes are permitted.
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/v202411
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. |