次の方法で共有


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:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

AdSubType 値セットの値は、DisplayVideo です

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

要件

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

使用ページ

ResponsiveAd