Edit

HTML5 Data Object - Campaign Management

Defines the HTML5 asset data object.

Syntax

<xs:complexType name="HTML5" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CreatedDateTimeInUTC" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="DestinationUrl" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FailureCode" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Height" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="ModifiedDateTimeInUTC" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Status" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Text" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ThumbnailUrl" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Url" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Width" nillable="true" type="xs:int" />
  </xs:sequence>
</xs:complexType>

Elements

The HTML5 object has the following elements: CreatedDateTimeInUTC, DestinationUrl, FailureCode, Height, Id, ModifiedDateTimeInUTC, Name, Status, Text, ThumbnailUrl, Url, Width.

Element Description Data Type
CreatedDateTimeInUTC The date and time the HTML5 asset was created in UTC. dateTime
DestinationUrl The URL of the webpage that the user is taken to when they click the ad. string
FailureCode A descriptive error code for any issues with the HTML5 asset. string
Height The height of the HTML5 asset. int
Id The HTML5 asset's ID. long
ModifiedDateTimeInUTC The date and time the HTML5 asset was modified in UTC. dateTime
Name The name of the HTML5 asset. string
Status The status of the HTML5 asset. string
Text Descriptive text for the HTML5 asset. string
ThumbnailUrl The URL of the thumbnail used for the HTML5 asset. string
Url The URL of the HTML5 asset. string
Width The width of the HTML5 asset. int

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

AddHTML5s
GetHTML5sByIds