次の方法で共有


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

サポートされているインポート エンティティの種類を定義します。

構文

<xs:simpleType name="ImportEntityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="Campaign" />
    <xs:enumeration value="AdGroup" />
    <xs:enumeration value="Ad" />
    <xs:enumeration value="Keyword" />
  </xs:restriction>
</xs:simpleType>

ImportEntityType の値セットの値は、AdAdGroupCampaignKeywordUnknown です

説明
広告 インポート エンティティは広告です。
AdGroup インポート エンティティは広告グループです。
キャンペーン インポート エンティティはキャンペーンです。
キーワード インポート エンティティはキーワードです。
不明 将来使用するために予約されています。

要件

サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13

Used By

GetImportEntityIdsMapping