MigrationStatus Value Set - Campaign Management
Defines the possible migration status values.
Syntax
<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>
Values
The MigrationStatus value set has the following values: Completed, InProgress, NotInPilot, NotStarted.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13