1 out of 1 rated this helpful - Rate this topic

AccountLifeCycleStatus Value Set

Defines the possible status values of an account.


<xs:simpleType name="AccountLifeCycleStatus">
  <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:restriction>
</xs:simpleType>

Values

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 is inactive, which means that the system deleted the account.

Pause

For internal use only. You can update the account and its campaigns while the account is in the paused state.

Pending

For internal use only. You cannot update the account and its campaigns while the account is in the pending state.

Requirements

CustomerManagementService.svc v8

Namespace: https://adcenter.microsoft.com/api/customermanagement

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.