AI-generated Key Takeaways
-
The
CompanyCreditStatusError
in Google Ad Manager signals issues related to a company's credit status, such as insufficient permissions to modify credit status, network settings limitations, or unacceptable credit status for order or line item creation. -
This error can occur when attempting to create or update orders or line items associated with companies having a credit status that is not
ACTIVE
orON_HOLD
. -
It is also triggered when trying to block a company with over 200 approved orders, requiring the archival of some orders to proceed.
-
This error's
reason
field provides specific details about the cause of the credit status issue, aiding in troubleshooting and resolution. -
The
CompanyCreditStatusError
is part of the Google Ad Manager API and inherits from theApiError
object, providing contextual information for debugging.
Lists all errors due to Company.creditStatus.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
CompanyCreditStatusError
|
|
|
The error reason represented by an enum. Enumerations
|