AI-generated Key Takeaways
-
RequiredSizeError.Reasonis an enumeration used in various Ad Manager API services to indicate errors related to creative and line item sizes. -
The reasons include missing sizes on Creatives or Line Items (
REQUIRED), mismatched sizes between Line Item Creative Associations and Line Items (NOT_ALLOWED), and unknown errors (UNKNOWN). -
This enumeration is part of the
https://www.google.com/apis/ads/publisher/v202411namespace.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
| Enumeration | Description |
|---|---|
REQUIRED
|
Creative.size or LineItem.creativePlaceholders size is missing. |
NOT_ALLOWED
|
LineItemCreativeAssociation.sizes must be a subset of LineItem.creativePlaceholders sizes. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |