type RichMediaStudioChildAssetProperty (v202505)

  • 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

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.