媒體資料物件 - 行銷活動管理
定義媒體的基底物件。
請勿嘗試具現化 媒體。 您可以建立衍生自它的下列物件。
語法
<xs:complexType name="Media" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="MediaType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Text" nillable="true" type="xs:string">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
元素
Media 物件具有下列元素:Id、MediaType、Text、Type。
元素 | 描述 | 資料類型 |
---|---|---|
標識碼 | 媒體的唯Microsoft廣告標識符。 加: 唯讀 |
長 |
MediaType | 要新增至媒體櫃的媒體類型。 建議的子類型為 「GenericImage」。。 對於將搭配 ImageAdExtension 使用的媒體,支援的值為 GenericImage、 Image16x9、 Image15x10、 Image4x3 和 Image12x10。 對於將搭配 ResponsiveAd 使用的媒體,支援的值為 GenericImage、 Image1x1、 Image191x100 和 Image4x1。 如需支持外觀比例的詳細資訊,請參閱 影像數據物件備註。 加: 必填 |
string |
發簡訊 | 媒體文字。 | string |
類型 | 媒體類型。 For more information about media types, see Remarks below. 加: 唯讀 |
string |
註解
針對 Java 和 .NET 語言,請勿設定 Type 元素,因為當您具現化影像時會決定值。
如果您手動產生 SOAP,請使用節點的<Media>
類型屬性,如下列範例所示,指定媒體是影像。
<Media xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Media i:type="Image">
<Id i:nil="true" />
<MediaType>Image15x10</MediaType>
<Type>Image</Type>
<Data>DataForImageAdExtensionGoesHere</Data>
</Media>
<Media i:type="Image">
<Id i:nil="true" />
<MediaType>Image191x100</MediaType>
<Type>Image</Type>
<Data>DataForResponsiveAdGoesHere</Data>
</Media>
</Media>
需求
服務: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13