AI-generated Key Takeaways
-
The
QuotaError
in Google Ad Manager indicates a client-side error where a user has exceeded their usage limits for a specific action. -
This error often occurs when making too many requests per second or exceeding the hourly limit for new report requests.
-
To resolve this error, it is recommended to wait a certain amount of time before retrying the request or to limit the number of requests made.
-
Possible reasons for
QuotaError
include exceeding request limits, reaching report job limits, or surpassing segment population limits. -
The error provides details about the exceeded quota through the
reason
field, which can beEXCEEDED_QUOTA
,REPORT_JOB_LIMIT
,SEGMENT_POPULATION_LIMIT
, orUNKNOWN
.
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
|