AI-generated Key Takeaways
-
The
QuotaError
object in Google Ad Manager's API indicates an error due to exceeding usage limits. -
This error commonly occurs when making too many requests per second or exceeding the hourly limit for report jobs.
-
Solutions include waiting before retrying requests, limiting request frequency, or spreading out identifier uploads for segment populations.
-
QuotaError
provides areason
field to identify the specific cause of the quota issue, such asEXCEEDED_QUOTA
orREPORT_JOB_LIMIT
. -
Developers should consult the Ad Manager API documentation for detailed explanations and recommended mitigation strategies for each reason code.
Describes a client-side error on which a user is attempting to perform an action to which they have no quota remaining.
- 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. |
QuotaError
|
|
|
Enumerations
|