可能な広告のサブタイプを定義します。
構文
<xs:simpleType name="AdSubType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Video" />
<xs:enumeration value="Display" />
<xs:enumeration value="HTML5">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
値
AdSubType 値セットの値は、Display、HTML5、Video です。
値 | 説明 |
---|---|
ディスプレイ | 広告はディスプレイ広告です。 |
HTML5 | 広告は HTML5 広告です。 |
ビデオ | 広告は動画広告です。 |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
使用ページ
CreateResponsiveAdRecommendation
GetSupportedFonts
ResponsiveAd