enum RequiredSizeError.Reason (v202502)

  • REQUIRED means that the size for a creative or the creative placeholders for a line item are missing.

  • NOT_ALLOWED indicates that the sizes for a line item creative association must be a subset of the line item's creative placeholder sizes.

  • UNKNOWN is the value returned if the actual value is not exposed by 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.