AI-generated Key Takeaways
-
The content provides a list of various Ad Manager API services, each with a link to its reference documentation for version v202411.
-
The content also defines the
RequiredCollectionError.Reasonenumeration and its possible values, which indicate issues with collection size or missing required collections. -
The
RequiredCollectionError.Reasonenumeration includes values likeREQUIRED,TOO_LARGE,TOO_SMALL, andUNKNOWN, along with their descriptions.
- 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. |