AI-generated Key Takeaways
-
The RichMediaStudioChildAssetProperty represents a child asset within a RichMediaStudioCreative.
-
This object is part of the CreativeService and depends on BaseRichMediaStudioCreative.
-
Key fields include the asset's name, type, total file size, dimensions (width and height), and URL, all of which are read-only.
-
The
type
field is required and indicates the file type, with possible values like FLASH, VIDEO, IMAGE, and DATA.
Represents a child asset in RichMediaStudioCreative
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field |
|
---|---|
|
The name of the asset as known by Rich Media Studio. This attribute is readonly. |
|
Required file type of the asset. This attribute is readonly. Enumerations
|
|
The total size of the asset in bytes. This attribute is readonly. |
|
Width of the widget in pixels. This attribute is readonly. |
|
Height of the widget in pixels. This attribute is readonly. |
|
The URL of the asset. This attribute is readonly. |