[[["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\u003e\u003ccode\u003eSize\u003c/code\u003e object represents the dimensions (width and height) of an ad unit, line item, or creative within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eFor interstitial, native, ignored, and fluid ad formats, the size is universally denoted as 1x1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSize\u003c/code\u003e object contains fields for width, height, and whether it signifies an aspect ratio.\u003c/p\u003e\n"],["\u003cp\u003eIt is associated with several Google Ad Manager services, including AdRuleService, AdjustmentService, CreativeService and others.\u003c/p\u003e\n"]]],["The core content details the \"Size\" data structure, used for defining dimensions of AdUnits, LineItems, or Creatives. It specifies `width` and `height` as integer values and `isAspectRatio` as a boolean. For interstitial, native, ignored, and fluid sizes, the Size must be 1x1. The document lists services like AdRuleService, AdjustmentService, and CreativeService that utilize this structure. The namespace for this structure is also given.\n"],null,["# type Size (v202408)\n\n**Service** \n**AdRuleService** [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.Size) [CreativeService](/ad-manager/api/reference/v202408/CreativeService.Size) [DaiEncodingProfileService](/ad-manager/api/reference/v202408/DaiEncodingProfileService.Size) [ForecastService](/ad-manager/api/reference/v202408/ForecastService.Size) [InventoryService](/ad-manager/api/reference/v202408/InventoryService.Size) [LineItemCreativeAssociationService](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService.Size) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.Size) [NativeStyleService](/ad-manager/api/reference/v202408/NativeStyleService.Size) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.Size) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.Size) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.Size) [SuggestedAdUnitService](/ad-manager/api/reference/v202408/SuggestedAdUnitService.Size) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.Size) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.Size) **Dependencies** \n[TargetedSize](/ad-manager/api/reference/v202408/AdRuleService.TargetedSize) \n▼\n**Size**\n\n\nRepresents the dimensions of an [AdUnit](/ad-manager/api/reference/v202408/InventoryService.AdUnit), [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) or [Creative](/ad-manager/api/reference/v202408/CreativeService.Creative).\n\nFor interstitial size (out-of-page), native, ignored and fluid\nsize, [Size](/ad-manager/api/reference/v202408/AdRuleService.Size)\nmust be 1x1.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `width` | ` `xsd:`int` The width of the [AdUnit](/ad-manager/api/reference/v202408/InventoryService.AdUnit), [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) or [Creative](/ad-manager/api/reference/v202408/CreativeService.Creative). |\n| ### `height` | ` `xsd:`int` The height of the [AdUnit](/ad-manager/api/reference/v202408/InventoryService.AdUnit), [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) or [Creative](/ad-manager/api/reference/v202408/CreativeService.Creative). |\n| ### `isAspectRatio` | ` `xsd:`boolean` Whether this size represents an aspect ratio. |"]]