type RichMediaStudioChildAssetProperty (v202411)

  • RichMediaStudioChildAssetProperties represent child assets within RichMediaStudioCreatives, providing details like name, type, size, dimensions, and URL.

  • These properties are read-only and offer information on various asset types, including Flash, video, image, and data files.

  • Key fields include name, type, totalFileSize, width, height, and url, all of which are read-only and reflect the asset's characteristics.

  • The namespace for this object is https://www.google.com/apis/ads/publisher/v202411.

Represents a child asset in RichMediaStudioCreative.


Namespace
https://www.google.com/apis/ads/publisher/v202411

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.