Generated from protobuf enumSIZE_TYPE_UNSPECIFIED = 0;
PIXEL
Value: 1
Dimension based size, an actual height and width in pixels.
Generated from protobuf enumPIXEL = 1;
ASPECT_RATIO
Value: 2
Size is expressed as a ratio. For example, 4:1 could be
met by a 100 x 25 sized image.
Generated from protobuf enumASPECT_RATIO = 2;
INTERSTITIAL
Value: 3
Out-of-page (Interstitial) size that is not related to the slot it is
served. This must be used with 1x1 size.
Generated from protobuf enumINTERSTITIAL = 3;
IGNORED
Value: 4
Size is ignored. This must be used with 1x1
size.
Generated from protobuf enumIGNORED = 4;
NATIVE
Value: 5
Native size, which is a function of the how the client renders the
creative. This must be used with 1x1 size.
Generated from protobuf enumNATIVE = 5;
FLUID
Value: 6
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.
Generated from protobuf enumFLUID = 6;
AUDIO
Value: 7
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Ads Ad Manager V1 Client - Class SizeType (0.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.1 (latest)](/php/docs/reference/googleads/ad-manager/latest/V1.SizeTypeEnum.SizeType)\n- [0.1.0](/php/docs/reference/googleads/ad-manager/0.1.0/V1.SizeTypeEnum.SizeType) \nReference documentation and code samples for the Google Ads Ad Manager V1 Client class SizeType.\n\nThe different Size types for an ad.\n\nProtobuf type `google.ads.admanager.v1.SizeTypeEnum.SizeType`\n\nNamespace\n---------\n\nGoogle \\\\ Ads \\\\ AdManager \\\\ V1 \\\\ SizeTypeEnum\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SIZE_TYPE_UNSPECIFIED\n\n Value: 0\n\nDefault value. This value is unused.\n\nGenerated from protobuf enum `SIZE_TYPE_UNSPECIFIED = 0;`\n\n### PIXEL\n\n Value: 1\n\nDimension based size, an actual height and width in pixels.\n\nGenerated from protobuf enum `PIXEL = 1;`\n\n### ASPECT_RATIO\n\n Value: 2\n\nSize is expressed as a ratio. For example, 4:1 could be\nmet by a 100 x 25 sized image.\n\nGenerated from protobuf enum `ASPECT_RATIO = 2;`\n\n### INTERSTITIAL\n\n Value: 3\n\nOut-of-page (Interstitial) size that is not related to the slot it is\nserved. This must be used with 1x1 size.\n\nGenerated from protobuf enum `INTERSTITIAL = 3;`\n\n### IGNORED\n\n Value: 4\n\nSize is ignored. This must be used with 1x1\nsize.\n\nGenerated from protobuf enum `IGNORED = 4;`\n\n### NATIVE\n\n Value: 5\n\nNative size, which is a function of the how the client renders the\ncreative. This must be used with 1x1 size.\n\nGenerated from protobuf enum `NATIVE = 5;`\n\n### FLUID\n\n Value: 6\n\nFluid size. Automatically sizes the ad by filling the width of the\nenclosing column and adjusting the height as appropriate. This must be\nused with 1x1 size.\n\nGenerated from protobuf enum `FLUID = 6;`\n\n### AUDIO\n\n Value: 7\n\nAudio size. Used with audio ads. This must be used with 1x1 size.\n\nGenerated from protobuf enum `AUDIO = 7;`"]]