enum Company.CreditStatus (v202408)
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/v202408
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 ads are served within Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003ePublishers can manage campaign delivery using Basic (Active/Inactive) or Advanced credit status settings, affecting the creation and serving of orders and line items.\u003c/p\u003e\n"],["\u003cp\u003eActive status allows all line items to serve, while other statuses like On Hold, Credit Stop, Inactive, and Blocked have varying restrictions on creating and serving ads.\u003c/p\u003e\n"],["\u003cp\u003eSpecific credit status options, like On Hold, Credit Stop, and Blocked, are only available under the Advanced Credit Status setting and offer granular control over ad serving.\u003c/p\u003e\n"],["\u003cp\u003eCompanies with Inactive or Blocked credit status face significant limitations, including preventing new order/line item creation and stopping existing ad serving, respectively.\u003c/p\u003e\n"]]],["The `Company.CreditStatus` feature manages a company's credit-worthiness, impacting ad campaign delivery. It has Basic (ACTIVE, INACTIVE) and Advanced (ACTIVE, ON_HOLD, CREDIT_STOP, INACTIVE, BLOCKED) settings, which must be enabled and configured within Ad Manager. ACTIVE allows all line items to serve, INACTIVE halts new line items and order creation. Advanced options like ON_HOLD and CREDIT_STOP prevent new item activation but allow existing items, while BLOCKED immediately stops all active line items.\n"],null,["# enum Company.CreditStatus (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[Company](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]