MigrationStatus 値セット - キャンペーン管理
可能な移行状態の値を定義します。
構文
<xs:simpleType name="MigrationStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="NotInPilot" />
<xs:enumeration value="NotStarted" />
<xs:enumeration value="InProgress" />
<xs:enumeration value="Completed" />
</xs:restriction>
</xs:simpleType>
値
MigrationStatus 値セットの値は、Completed、InProgress、NotInPilot、NotStarted です。
要件
サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13