AI-generated Key Takeaways
-
The webpage lists various Ad Manager API services with links to their documentation for version v202411, including services like AdRuleService, AdjustmentService, and ContentService.
-
The
RequiredCollectionError
is highlighted as a dependency, with a link to its definition within theContentService
documentation. -
The
RequiredCollectionError.Reason
enumeration provides specific reasons for the error, such as missing, oversized, or undersized collections, and an unknown reason for values not exposed in the requested API version.
- 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. |