childAssetType property

String? childAssetType
getter/setter pair

Rich media child asset type.

This is a read-only field. Applicable to the following creative types: all VPAID. Possible string values are:

  • "CHILD_ASSET_TYPE_FLASH" : swf files
  • "CHILD_ASSET_TYPE_VIDEO" : flv and any other video files types
  • "CHILD_ASSET_TYPE_IMAGE" : image files
  • "CHILD_ASSET_TYPE_DATA" : rest of the supported file types .txt, .xml etc.

Implementation

core.String? childAssetType;