Page Summary
-
RequiredSizeError.Reason is an enumeration within the https://www.google.com/apis/ads/publisher/v202505 namespace.
-
This enumeration has three possible values: REQUIRED, NOT_ALLOWED, and UNKNOWN.
-
REQUIRED indicates that a necessary size for a Creative or LineItem is missing.
-
NOT_ALLOWED signifies that the sizes associated with a LineItemCreativeAssociation are not a valid subset of the LineItem's creative placeholders.
-
UNKNOWN is used when the actual value is not available in the requested API version.
- 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. |