MigrationStatusInfo Data Object - Campaign Management

Defines an object that contains the migration type and status for an account.

Syntax

<xs:complexType name="MigrationStatusInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="MigrationType" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="StartTimeInUtc" nillable="true" type="xs:dateTime" />
    <xs:element name="Status" type="tns:MigrationStatus" />
  </xs:sequence>
</xs:complexType>

Elements

The MigrationStatusInfo object has the following elements: MigrationType, StartTimeInUtc, Status.

Element Description Data Type
MigrationType The migration type. string
StartTimeInUtc The date and time when the migration began. The value is in Coordinated Universal Time (UTC).

The date and time value reflects the date and time at the server, not the client. For information about the format of the date and time, see the dateTime entry in Primitive XML Data Types.
dateTime
Status The migration status. MigrationStatus

Requirements

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

Used By

AccountMigrationStatusesInfo