type RichMediaStudioChildAssetProperty (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Represents a child asset in RichMediaStudioCreative
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
name
|
xsd:string
The name of the asset as known by Rich Media Studio. This attribute is readonly.
|
type
|
RichMediaStudioChildAssetPr...
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.
|
totalFileSize
|
xsd:long
The total size of the asset in bytes. This attribute is readonly.
|
width
|
xsd:int
Width of the widget in pixels. This attribute is readonly.
|
height
|
xsd:int
Height of the widget in pixels. This attribute is readonly.
|
url
|
xsd:string
The URL of the asset. This attribute is readonly.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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. |"]]