enum RequiredSizeError.Reason (v202411)

  • RequiredSizeError.Reason is an enumeration used in various Google Ad Manager API services.

  • It includes reasons like REQUIRED when a size is missing, NOT_ALLOWED when association sizes are not a subset of line item sizes, and UNKNOWN for unexposed values.

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