AI-generated Key Takeaways
-
RequiredSizeError.Reasonis an enumeration within thehttps://www.google.com/apis/ads/publisher/v202502namespace. -
The
REQUIREDreason indicates that a required size field is missing in aCreativeorLineItem. -
The
NOT_ALLOWEDreason signifies that the sizes provided in aLineItemCreativeAssociationare not a subset of theLineItem's creative placeholder sizes. -
The
UNKNOWNreason is used when the actual value of the error reason is not available in 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. |