AI-generated Key Takeaways
-
RequiredSizeError.Reason is an enumeration within the Google Ad Manager API at namespace
https://www.google.com/apis/ads/publisher/v202502. -
The
REQUIREDreason indicates that the size is missing for Creative or LineItem creative placeholders. -
The
NOT_ALLOWEDreason means that the sizes in LineItemCreativeAssociation must be a subset of the sizes in LineItem 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/v202502
| 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. |