AI-generated Key Takeaways
-
RequiredSizeError.Reasonis an enumeration within theLineItemTemplateService. -
It is part of the
https://www.google.com/apis/ads/publisher/v202502namespace. -
The enumeration has three possible values:
REQUIRED,NOT_ALLOWED, andUNKNOWN. -
REQUIREDindicates a missing creative or line item creative placeholder size. -
NOT_ALLOWEDsignifies that LineItemCreativeAssociation sizes are not a subset of LineItem creative placeholder sizes.
- 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. |