AI-generated Key Takeaways
-
RequiredSizeError.Reason is an enumeration used in various Google Ad Manager API services.
-
It includes reasons like
REQUIREDwhen a size is missing,NOT_ALLOWEDwhen association sizes are not a subset of line item sizes, andUNKNOWNfor unexposed values. -
This enumeration is part of the
https://www.google.com/apis/ads/publisher/v202411namespace.
Service
CreativeService
CreativeSetService
ForecastService
LineItemCreativeAssociation...
LineItemService
LineItemTemplateService
NativeStyleService
OrderService
PublisherQueryLanguageService
Dependencies
RequiredSizeError
▼
RequiredSizeError.Reason
- 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. |