AI-generated Key Takeaways
-
The
QuotaError
object in the Google Ad Manager API signals that a user has exceeded their usage limits for a specific action. -
When a
QuotaError
occurs, it's often due to exceeding request limits or identifier upload limits. -
The
reason
field withinQuotaError
provides specific details about the exceeded limit (e.g., request rate, report job limit, or segment population limit). -
Common solutions include waiting a specific time and retrying the request, or reducing the frequency of requests or uploads to avoid exceeding limits.
-
If you encounter
QuotaError
repeatedly, the documentation suggests adjusting usage patterns and potentially increasing wait times between retries to mitigate the issue.
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
|