InsertionOrderStatus 值集 - 客户计费
定义 InsertionOrder 的可能状态值。
语法
<xs:simpleType name="InsertionOrderStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="PendingUserReview">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Active">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Declined">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Expired">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Canceled">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NotStarted">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Exhausted">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Queued">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
值
InsertionOrderStatus 值集具有以下值:Active、Canceled、Declined、Exhausted、Expired、NotStarted、PendingUserReview、Queued。
值 | 说明 |
---|---|
活动 | 你有一个批准的插入订单,并且你的广告有资格运行。 如果状态为 PendingUserReview,还可以在更新时使用此值来批准插入订单。 获得批准后,插入顺序只能通过 InsertionOrderPendingChanges 对象进行更新。 |
取消 | 你已取消了创建或由 Microsoft Advertising 创建的订单。 无法重新激活已取消的订单。 如果状态为“活动”、“已用尽”或“NotStarted ” ,则可以在更新时使用此值来取消插入订单。 如果插入订单 状态 为 PendingUserReview,则只有内部Microsoft广告系统管理员可以在更新时使用此值来取消插入订单。 |
拒绝 | 你拒绝了Microsoft广告创建的订单,或者你创建的订单已被拒绝。 提交新订单、联系Microsoft广告客户经理或 联系支持人员。 还可以在更新时使用此值来拒绝插入订单(如果 状态 为 PendingUserReview)。 内部Microsoft广告系统管理员不能在更新时使用此值。 |
用尽 | 余额已耗尽,订单不再有效。 此状态是只读的,只有系统才能将状态设置为“已用尽”。 |
已过期 | 订单已到达结束日期,不再有效。 若要重新启用过期的插入顺序,可以通过 InsertionOrderPendingChanges 对象的 EndDate 元素来延长结束日期。 请注意,无法更新过期插入订单的 StartDate 。 此状态是只读的,只有系统才能将状态设置为“已过期”。 |
NotStarted | 你有一个尚未到达开始日期的已批准订单。 此状态为只读,只有系统可以将状态设置为 NotStarted。 |
PendingUserReview | 你需要批准或拒绝Microsoft为你的帐户创建的广告的订单。 此状态是只读的,只能由Microsoft广告设置。 |
已排队 | 保留供以后使用。 |
要求
服务: CustomerBillingService.svc v13
命名空间: https://bingads.microsoft.com/Billing/v13