影像資料物件 - 行銷活動管理
定義可新增至帳戶媒體櫃的映像。
<xs:complexType name="Image" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Media">
<xs:sequence>
<xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
元素
元素 | 描述 | 資料類型 |
---|---|---|
資料 | base64 字串,表示要加入至連結庫的影像或圖示。 base64 字串最多可以包含 102,400 個字元。 For information about restrictions and supported data types, see Remarks below. |
string |
Image 物件具有 Inherited Elements。
繼承的專案
從媒體繼承的元素
Image 物件衍生自 Media 物件,並繼承下列元素:Id、MediaType、Text、Type。 下列描述是 Image 特有的,而且可能不適用於從 Media 物件繼承相同元素的其他物件。
元素 | 描述 | 資料類型 |
---|---|---|
標識碼 | 媒體的唯Microsoft廣告標識符。 加: 唯讀 |
長 |
MediaType | 要新增至連結庫的媒體類型。 建議的媒體類型為 「GenericImage」。。 對於將搭配 ImageAdExtension 使用的媒體,支援的值為 GenericImage、 Image16x9、 Image15x10、 Image4x3 和 Image12x10。 對於將搭配 ResponsiveAd 使用的媒體,支援的值為 GenericImage、 Image1x1、 Image191x100 和 Image4x1。 For more information about supported aspect ratios, see the Remarks section below. 加: 必填 |
string |
發簡訊 | 影像替換文字。 | string |
類型 | 媒體類型。 如需媒體類型的詳細資訊,請參閱 媒體數據物件備註。 加: 唯讀 |
string |
註解
影像媒體類型表示已上傳影像的支持外觀比例。
我們建議使用維度為 703 寬度 x 368 高或以上的 “GenericImage”,以像素為單位。
以下是所有支援且具有對應維度和外觀比例限制的子類型值。
子類型 | 縱橫比 | 最小維度 |
---|---|---|
GenericImage | 不定 | 40 寬度 x 20 高度,以像素為單位 |
Image16x9 | 16:9 | 640 寬度 x 360 高度,以像素為單位 |
Image15x10 | 1.5:1 | 300 寬度 x 200 高度,以像素為單位 |
Image4x3 | 4:3 | 100 寬度 x 75 高度,以像素為單位 |
Image1x1 | 1:1 | 128 寬度 x 128 高度,以像素為單位 |
Image191x100 | 1.91:1 | 703 寬度 x 368 高度,以像素為單位 |
Image4x1 | 4:1 | 512 寬度 x 128 高度,以像素為單位 |
注意事項
以像素為單位的最大寬度和高度是 2592 和 2048,而且您仍然必須維持其中一個支持的外觀比例。 例如,如果子類型為 Image191x100 且寬度為 2592,則高度必須是 1357。
不支援具有動畫的影像。 支援下列MIME類型。
- GIF
- JPEG
- PNG
提示
PNG 映像會轉換成 JPEG。 如果您在轉換后對品質不滿意,建議您直接提供 JPEG。
需求
服務: CampaignManagementService.svc v13
命名空間: https://bingads.microsoft.com/CampaignManagement/v13