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.

Value Description
Completed The migration is complete, or migration is not needed because the account was created after all of the customer's other accounts were added to the pilot queue for the corresponding migration type.
InProgress The migration is in progress.
NotInPilot None of the accounts for the customer are in the queue for the corresponding migration type. All of a customer's accounts are added to pilot at the same time. A customer cannot have a subset of their accounts in pilot.
NotStarted The account is in the queue for the corresponding migration type, but the migration has not yet begun.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

MigrationStatusInfo