次の方法で共有


AdSubType 値セット - キャンペーン管理

可能な広告のサブタイプを定義します。

構文

<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 値セットの値は、DisplayHTML5Video です

説明
ディスプレイ 広告はディスプレイ広告です。
HTML5 広告は HTML5 広告です。
ビデオ 広告は動画広告です。

要件

サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用ページ

CreateResponsiveAdRecommendation
GetSupportedFonts
ResponsiveAd