enum RequiredSizeError.Reason (v202411)

  • RequiredSizeError.Reason is an enumeration used in various Ad Manager API services to indicate errors related to creative and line item sizes.

  • The reasons include missing sizes on Creatives or Line Items (REQUIRED), mismatched sizes between Line Item Creative Associations and Line Items (NOT_ALLOWED), and unknown errors (UNKNOWN).

  • This enumeration is part of the https://www.google.com/apis/ads/publisher/v202411 namespace.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.