enum Company.CreditStatus (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Specifies the credit-worthiness of the company for which the publisher runs an order. By doing
so, the publisher can control the running of campaigns for the company. A publisher can choose
between Basic and Advanced Credit Status settings. This feature needs to be enabled in the Ad
Manager web site. Also the kind of setting you need - Basic or Advanced must be configured. If
Basic is enabled then, the values allowed are ACTIVE
and INACTIVE
. If Advanced
is chosen, then all values are allowed. Choosing an Advanced setting when only the Basic
feature has been enabled, or using the Basic setting without turning the feature on will result
in an error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
ACTIVE
|
When the credit status is active, all line items in all orders belonging to the company will
be served. This is a Basic as well as an Advanced Credit Status setting.
|
ON_HOLD
|
When the credit status is on hold, the publisher cannot activate new line items of the
company. However, line items that were activated before the credit status change will remain
active. You can still create orders and line items for the company. This is an Advanced
Credit Status setting.
|
CREDIT_STOP
|
When the credit status is credit stop, the publisher cannot activate new line items of the
company. However, line items that were activated before the credit status change will remain
active. You cannot create any new orders or line items for the company. This is an Advanced
Credit Status setting.
|
INACTIVE
|
When the credit status is inactive, the publisher cannot activate new line items of the
company. However, line items that were activated before the credit status change will remain
active. You cannot create any new orders or line items for the company. It is used to mark
companies with which business is to be discontinued. Such companies are not listed in Ad
Manager web site. This is a Basic as well as an Advanced Credit Status setting.
|
BLOCKED
|
When the credit status of a company is marked blocked, then all active line items belonging
to the company will stop serving with immediate effect. You cannot active new line items of
the company nor can you create any new orders or line items belonging to the company. This is
an Advanced Credit Status setting.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eCompany.CreditStatus\u003c/code\u003e determines the credit-worthiness of a company and influences how their ad campaigns run.\u003c/p\u003e\n"],["\u003cp\u003ePublishers can control campaign activity by setting the company's credit status to \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, \u003ccode\u003eON_HOLD\u003c/code\u003e, \u003ccode\u003eCREDIT_STOP\u003c/code\u003e, or \u003ccode\u003eBLOCKED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eBasic credit status settings include \u003ccode\u003eACTIVE\u003c/code\u003e and \u003ccode\u003eINACTIVE\u003c/code\u003e, while Advanced settings encompass all available statuses.\u003c/p\u003e\n"],["\u003cp\u003eUsing Advanced settings requires enabling the Advanced Credit Status feature in Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eCredit status changes affect the activation of new line items and the creation of new orders for the company.\u003c/p\u003e\n"]]],[],null,["# enum Company.CreditStatus (v202411)\n\n**Service** \n**CompanyService** **Dependencies** \n[Company](/ad-manager/api/reference/v202411/CompanyService.Company) \n▼\n**Company.CreditStatus**\n\nSpecifies the credit-worthiness of the company for which the publisher runs an order. By doing\nso, the publisher can control the running of campaigns for the company. A publisher can choose\nbetween Basic and Advanced Credit Status settings. This feature needs to be enabled in the Ad\nManager web site. Also the kind of setting you need - Basic or Advanced must be configured. If\nBasic is enabled then, the values allowed are `ACTIVE` and `INACTIVE`. If Advanced\nis chosen, then all values are allowed. Choosing an Advanced setting when only the Basic\nfeature has been enabled, or using the Basic setting without turning the feature on will result\nin an error.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | When the credit status is active, all line items in all orders belonging to the company will be served. This is a Basic as well as an Advanced Credit Status setting. |\n| `ON_HOLD` | When the credit status is on hold, the publisher cannot activate new line items of the company. However, line items that were activated before the credit status change will remain active. You can still create orders and line items for the company. This is an Advanced Credit Status setting. |\n| `CREDIT_STOP` | When the credit status is credit stop, the publisher cannot activate new line items of the company. However, line items that were activated before the credit status change will remain active. You cannot create any new orders or line items for the company. This is an Advanced Credit Status setting. |\n| `INACTIVE` | When the credit status is inactive, the publisher cannot activate new line items of the company. However, line items that were activated before the credit status change will remain active. You cannot create any new orders or line items for the company. It is used to mark companies with which business is to be discontinued. Such companies are not listed in Ad Manager web site. This is a Basic as well as an Advanced Credit Status setting. |\n| `BLOCKED` | When the credit status of a company is marked blocked, then all active line items belonging to the company will stop serving with immediate effect. You cannot active new line items of the company nor can you create any new orders or line items belonging to the company. This is an Advanced Credit Status setting. |"]]