enum RequiredSizeError.Reason (v202502)

  • RequiredSizeError.Reason is an enumeration within the LineItemTemplateService.

  • It is part of the https://www.google.com/apis/ads/publisher/v202502 namespace.

  • The enumeration has three possible values: REQUIRED, NOT_ALLOWED, and UNKNOWN.

  • REQUIRED indicates a missing creative or line item creative placeholder size.

  • NOT_ALLOWED signifies 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.