AI-generated Key Takeaways
-
RequiredSizeError.Reason is an enumeration within the Publisher API v202411 namespace.
-
The
REQUIREDreason indicates that the size for a Creative or LineItem.creativePlaceholders is missing. -
The
NOT_ALLOWEDreason indicates that the sizes for a LineItemCreativeAssociation must be a subset of LineItem.creativePlaceholders sizes. -
The
UNKNOWNreason is returned when the actual value is not exposed by the requested API version.
- 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. |