AccountMigrationStatusesInfo Data Object - Campaign Management

Defines an object that contains migration status for an account.

Syntax

<xs:complexType name="AccountMigrationStatusesInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="MigrationStatusInfos" nillable="true" type="tns:ArrayOfMigrationStatusInfo" />
  </xs:sequence>
</xs:complexType>

Elements

The AccountMigrationStatusesInfo object has the following elements: AccountId, MigrationStatusInfos.

Element Description Data Type
AccountId The Microsoft Advertising identifier of the account. long
MigrationStatusInfos The list of migration status info for the corresponding account. MigrationStatusInfo array

Requirements

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

Used By

GetAccountMigrationStatuses