AccountLifeCycleStatus Value Set - Customer Management

Defines the possible status values of an account.

Syntax

<xs:simpleType name="AccountLifeCycleStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Draft" />
    <xs:enumeration value="Active" />
    <xs:enumeration value="Inactive" />
    <xs:enumeration value="Pause" />
    <xs:enumeration value="Pending" />
    <xs:enumeration value="Suspended" />
  </xs:restriction>
</xs:simpleType>

Values

The AccountLifeCycleStatus value set has the following values: Active, Draft, Inactive, Pause, Pending, Suspended.

Value Description
Active The account is active, which means that the account and its campaigns can be managed and its ads served.
Draft The account is in a draft state. When you add an account, the system sets the status to Draft. After the system validates the payment instrument, the status changes to Active. You cannot add another account while the customer has an account in the Draft state.
Inactive The account was deactivated as it generated no traffic for 15 months. To reactivate, contact Microsoft Advertising support within 30 days of deactivation.
Pause For internal use only. You may update the account and its campaigns while the account is in the paused state.
Pending For internal use only. You may update the account and its campaigns while the account is in the pending state.
Suspended Your account has been suspended because of suspicious activity, and no ads are eligible for delivery.
Please contact Microsoft Advertising Support.

Requirements

Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13

Used By

AccountInfo
AccountInfoWithCustomerData
AdvertiserAccount