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。
值 | 描述 |
---|---|
作用中 | 您有核准的插入順序,而且您的廣告有資格執行。 如果插入順序的 Status 為 PendingUserReview,您也可以在更新時使用此值來核准插入順序。 核准之後,插入順序只能透過 InsertionOrderPendingChanges 物件更新。 |
已取消 | 您已取消您建立或由 Microsoft Advertising 建立的訂單。 無法重新啟動取消的訂單。 如果插入順序的 狀態 為 [作用中]、[已耗盡] 或 [NotStarted],您可以在更新時使用此值來取消插入順序。 如果插入順序 Status 為 PendingUserReview,則只有內部Microsoft Advertising 系統管理員可以在更新時使用此值來取消插入順序。 |
拒絕 | 您已拒絕廣告Microsoft所建立的訂單,或您建立的訂單遭到拒絕。 提交新訂單、連絡您的 Microsoft Advertising 帳戶管理員,或 連絡支持人員。 如果插入順序的 Status 為 PendingUserReview,您也可以在更新時使用此值來拒絕插入順序。 內部Microsoft Advertising 系統管理員無法在更新時使用此值。 |
用盡 | 您的餘額已耗盡,且訂單不再作用中。 此狀態是只讀狀態,只有系統可以將狀態設定為 [已耗盡]。 |
已到期 | 您的訂單已到達結束日期,不再有效。 若要重新啟用過期的插入順序,您可以透過 InsertionOrderPendingChanges 物件的 EndDate 元素來擴充結束日期。 請注意,無法更新過期插入順序的 StartDate 。 此狀態是只讀狀態,只有系統可以將狀態設定為 [已過期]。 |
NotStarted | 您已核准的訂單尚未達到其開始日期。 此狀態是只讀狀態,只有系統可以將狀態設定為 NotStarted。 |
PendingUserReview | 您必須核准或拒絕Microsoft為您的帳戶建立 Advertising 的訂單。 此狀態是只讀狀態,只能由廣告Microsoft設定。 |
已排入佇列 | 保留供日後使用。 |
需求
服務: CustomerBillingService.svc v13
命名空間: https://bingads.microsoft.com/Billing/v13