VideoAsset Data Object - Campaign Management
Defines the VideoAsset Data Object.
Syntax
<xs:complexType name="VideoAsset" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Asset">
<xs:sequence>
<xs:element minOccurs="0" name="SubType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ThumbnailImage" nillable="true" type="tns:ImageAsset" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The VideoAsset object has the following elements: SubType, ThumbnailImage.
Element | Description | Data Type |
---|---|---|
SubType | Represents the aspect ratio for this Video asset. The possible subtype values include VideoMedia16X9, VideoMedia5X4, VideoMedia1X1, VideoMedia4X5, VideoMedia9X16 Add: Required Update: Read-only. You cannot update the subtype while updating VideoAsset. |
string |
ThumbnailImage | The image to use as a thumbnail. | ImageAsset |
The VideoAsset object has Inherited Elements.
Inherited Elements
Inherited Elements from Asset
The VideoAsset object derives from the Asset object, and inherits the following elements: Id, Name, Type. The descriptions below are specific to VideoAsset, and might not apply to other objects that inherit the same elements from the Asset object.
Element | Description | Data Type |
---|---|---|
Id | The unique Microsoft Advertising identifier for the asset in a Microsoft Advertising account. The same image asset identifier can be used multiple times in the same ad for different aspect ratios, and can also be used by multiple ads in the same Microsoft Advertising account. Add: Read-only. Even if the asset already exists and you specify an invalid identifier, this value will be ignored. Update: Read-only. Even if the asset already exists and you specify an invalid identifier, this value will be ignored. |
long |
Name | For future use. | string |
Type | The type of the asset. This value is VideoAsset when you retrieve a video asset. For more information about asset types, see the Asset Data Object Remarks. Add: Read-only Update: Read-only |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13