AI-generated Key Takeaways
-
RequiredSizeError.Reason is an enumeration within the
https://www.google.com/apis/ads/publisher/v202411namespace. -
The
REQUIREDreason indicates that a required size is missing from either a Creative or LineItem's creative placeholders. -
The
NOT_ALLOWEDreason signifies that the sizes provided in a LineItemCreativeAssociation must be a subset of the sizes in the LineItem's creative placeholders. -
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. |