Enum SizeTypeEnum.Types.SizeType
The different Size types for an ad.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum SizeTypeEnum.Types.SizeType
Fields
| Name | Description |
|---|---|
| AspectRatio | Size is expressed as a ratio. For example, 4:1 could be met by a 100 x 25 sized image. |
| Audio | Audio size. Used with audio ads. This must be used with 1x1 size. |
| Fluid | Fluid size. Automatically sizes the ad by filling the width of the enclosing column and adjusting the height as appropriate. This must be used with 1x1 size. |
| Ignored | Size is ignored. This must be used with 1x1 size. |
| Interstitial | Out-of-page (Interstitial) size that is not related to the slot it is served. This must be used with 1x1 size. |
| Native | Native size, which is a function of the how the client renders the creative. This must be used with 1x1 size. |
| Pixel | Dimension based size, an actual height and width in pixels. |
| Unspecified | Default value. This value is unused. |