[[["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\u003eRichMediaStudioChildAssetProperties\u003c/code\u003e represents child assets within \u003ccode\u003eRichMediaStudioCreative\u003c/code\u003e objects, providing details such as name, file type, size, dimensions, and URL.\u003c/p\u003e\n"],["\u003cp\u003eThe properties of \u003ccode\u003eRichMediaStudioChildAssetProperties\u003c/code\u003e such as \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003etype\u003c/code\u003e, \u003ccode\u003etotalFileSize\u003c/code\u003e, \u003ccode\u003ewidth\u003c/code\u003e, \u003ccode\u003eheight\u003c/code\u003e, and \u003ccode\u003eurl\u003c/code\u003e are read-only and reflect information about the asset as stored in Rich Media Studio.\u003c/p\u003e\n"],["\u003cp\u003eChild assets can be of various file types, including FLASH (SWF), VIDEO (FLV and other video formats), IMAGE, and DATA (text, XML, and other supported formats).\u003c/p\u003e\n"]]],["The `RichMediaStudioChildAssetProperty` represents a child asset within a `RichMediaStudioCreative`. Key properties include `name` (asset's name), `type` (file type such as FLASH, VIDEO, IMAGE, or DATA), `totalFileSize` (size in bytes), `width` and `height` (dimensions in pixels), and `url` (asset's URL). All attributes are read-only. The information is found under the `CreativeService` namespace, specifically linked to `BaseRichMediaStudioCreative` dependencies, within the `v202408` version.\n"],null,["# type RichMediaStudioChildAssetProperty (v202408)\n\n**Service** \n**CreativeService** **Dependencies** \n[BaseRichMediaStudioCreative](/ad-manager/api/reference/v202408/CreativeService.BaseRichMediaStudioCreative) \n▼\n**RichMediaStudioChildAssetPr...**\n\nRepresents a child asset in `RichMediaStudioCreative`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `name` | ` `xsd:`string` The name of the asset as known by Rich Media Studio. This attribute is readonly. |\n| ### `type` | ` `[RichMediaStudioChildAssetPr...](/ad-manager/api/reference/v202408/CreativeService.RichMediaStudioChildAssetProperty.Type \"RichMediaStudioChildAssetProperty.Type\")` ` Required file type of the asset. This attribute is readonly. *** ** * ** *** **Enumerations** `FLASH` : SWF files `VIDEO` : FLVS and any other video file types `IMAGE` : Image files `DATA` : The rest of the supported file types .txt, .xml, etc. \u003cbr /\u003e |\n| ### `totalFileSize` | ` `xsd:`long` The total size of the asset in bytes. This attribute is readonly. |\n| ### `width` | ` `xsd:`int` Width of the widget in pixels. This attribute is readonly. |\n| ### `height` | ` `xsd:`int` Height of the widget in pixels. This attribute is readonly. |\n| ### `url` | ` `xsd:`string` The URL of the asset. This attribute is readonly. |"]]