AI-generated Key Takeaways
-
RequiredSizeError.Reasonis an enumeration within theLineItemTemplateService. -
It is part of the
https://www.google.com/apis/ads/publisher/v202505namespace. -
The enumeration defines reasons for size-related errors, including missing required sizes and invalid size subsets.
-
The
UNKNOWNvalue indicates an actual value not exposed by the API version.
Service
Dependencies
RequiredSizeError
▼
RequiredSizeError.Reason
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |