Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines the possible financial status values of an account.
Syntax
<xs:simpleType name="AccountFinancialStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Proposed" />
<xs:enumeration value="PendingCreditCheck" />
<xs:enumeration value="ClearFinancialStatus" />
<xs:enumeration value="SoldToOnly" />
<xs:enumeration value="CreditWarning" />
<xs:enumeration value="Hold" />
<xs:enumeration value="WriteOff" />
<xs:enumeration value="TaxOnHold" />
<xs:enumeration value="UserHold" />
</xs:restriction>
</xs:simpleType>
Values
The AccountFinancialStatus value set has the following values: ClearFinancialStatus, CreditWarning, Hold, PendingCreditCheck, Proposed, SoldToOnly, TaxOnHold, UserHold, WriteOff.
Value | Description |
---|---|
ClearFinancialStatus | The account is in good standing. |
CreditWarning | Not used. |
Hold | For an advertiser account, this status indicates that the account is past due. The service will not deliver the account's ads until the account is settled. For a credit card account, this status indicates that the card has been declined three times. For a publisher account, this status indicates that the payout to the publisher is placed on hold by the customer service organization. The service continues to deliver the account's ads. |
PendingCreditCheck | Not used. |
Proposed | For an advertiser account, this status indicates that the customer can add campaigns to the account; however, the service will not deliver the account's ads. |
SoldToOnly | Not used. |
TaxOnHold | For a publisher account, this status indicates that the publisher has yet to provide a valid tax instrument. The service continues to deliver the account's ads. |
UserHold | For a publisher account, this status indicates that the payout to the publisher was placed on hold by publisher. The service continues to deliver the account's ads. |
WriteOff | The account is past due; however, collection is no longer being pursued. When this status is set, the AccountLifeCycleStatus element of the AdvertiserAccount will be set to Inactive. |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13