CustomerLifeCycleStatus 值集 - 客户管理

定义客户的可能状态值。

语法

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

CustomerLifeCycleStatus 值集具有以下值:ActiveInactive

说明
活动 客户处于活动状态。
非活动 客户处于非活动状态,这意味着客户已被删除。

要求

服务: CustomerManagementService.svc v13
命名 空间: https://bingads.microsoft.com/Customer/v13

使用者

客户