MediaRepresentation Data Object - Campaign Management

Defines a media representation base class that includes a media download Url.

Do not try to instantiate a MediaRepresentation. You can create the ImageMediaRepresentation object that derives from it.

Syntax

<xs:complexType name="MediaRepresentation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Url" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The MediaRepresentation object has the following elements: Name, Type, Url.

Element Description Data Type
Name The name of the media representation. string
Type The type of the media representation. string
Url The media download URL. string

Requirements

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

Used By

MediaMetaData