MediaRepresentation 数据对象 - 市场活动管理

定义包含媒体下载 Url 的媒体表示基类。

不要尝试实例化 MediaRepresentation。 可以创建派生自它的 ImageMediaRepresentation 对象。

语法

<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>

元素

MediaRepresentation 对象具有以下元素:NameTypeUrl

元素 说明 数据类型
名称 媒体表示形式的名称。 string
类型 媒体表示形式的类型。 string
Url 媒体下载 URL。 string

要求

服务: CampaignManagementService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13

使用者

MediaMetaData