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 Advertising システムの内部管理者だけです。この値を使用して挿入注文を取り消すことができます。 |
減少 | Microsoft Advertising によって作成された注文を拒否したか、作成した注文が拒否されました。 新しい注文を送信するか、Microsoft Advertising アカウント マネージャーに 問い合わせるか、サポートにお問い合わせください。 また、更新時にこの値を使用して、 ステータス が PendingUserReview の場合に挿入順序を拒否することもできます。 Microsoft Advertising システムの内部管理者は、更新時にこの値を使用できません。 |
疲れた | 残高が枯渇し、注文がアクティブではなくなりました。 この状態は読み取り専用であり、システムのみが状態を [枯渇] に設定できます。 |
期限切れ | 注文が終了日に達し、有効ではなくなりました。 期限切れの挿入順序を再び有効化するには、InsertionOrderPendingChanges オブジェクトの EndDate 要素を使用して終了日を延長できます。 有効期限が切れた挿入オーダーの StartDate を更新できないことに注意してください。 この状態は読み取り専用であり、ステータスを [期限切れ] に設定できるのはシステムだけです。 |
NotStarted | まだ開始日に達していない承認済みの注文があります。 この状態は読み取り専用であり、状態を NotStarted に設定できるのはシステムだけです。 |
PendingUserReview | Microsoft Advertising がアカウント用に作成した注文を承認または拒否する必要があります。 この状態は読み取り専用であり、Microsoft Advertising でのみ設定できます。 |
キューに登録済み | 将来使用するために予約されています。 |
要件
サービス: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13