AI-generated Key Takeaways
-
The
QuotaError
object describes situations where a user has exceeded their usage limits within the Google Ad Manager system. -
Errors can occur when making too many requests per second, exceeding the new report request limit per hour, or surpassing the allowed number of uploaded identifiers within a 24-hour period.
-
The
reason
field within theQuotaError
object provides further context about the specific quota that was exceeded, such asEXCEEDED_QUOTA
,REPORT_JOB_LIMIT
, orSEGMENT_POPULATION_LIMIT
. -
Google recommends implementing strategies like introducing wait times between requests or limiting the frequency of specific actions, such as generating reports or uploading identifiers, to mitigate these quota errors.
-
Despite implementing mitigation strategies, there's no guarantee that subsequent requests will automatically succeed; persistent errors may require further adjustments to usage patterns.
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
|