AI-generated Key Takeaways
-
This page outlines the
RequiredCollectionError.Reason
enumeration within Google Ad Manager's API. -
RequiredCollectionError.Reason
indicates issues with required collections in Ad Manager API requests, such as missing, overly large, or overly small collections. -
The enumeration provides specific reasons for collection errors, including
REQUIRED
,TOO_LARGE
,TOO_SMALL
, andUNKNOWN
. -
Developers can use these reasons to troubleshoot and resolve issues related to required collections when interacting with the Ad Manager API.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
REQUIRED
|
A required collection is missing. |
TOO_LARGE
|
Collection size is too large. |
TOO_SMALL
|
Collection size is too small. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |