AI-generated Key Takeaways
-
RequiredSizeError.Reason
enumerates reasons for errors related to creative or line item sizes in Google Ad Manager. -
This error can occur when a creative size or creative placeholder size is missing, or when
LineItemCreativeAssociation.sizes
are not a subset ofLineItem.creativePlaceholders
sizes. -
The namespace for
RequiredSizeError.Reason
ishttps://www.google.com/apis/ads/publisher/v202411
. -
UNKNOWN
reason is returned if the actual error reason isn't available in the current 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. |