enum RequiredSizeError.Reason (v202411)

  • RequiredSizeError.Reason indicates why an error occurred related to required sizes in Google Ad Manager.

  • Reasons for the error include missing creative or LineItem creativePlaceholder sizes, and LineItemCreativeAssociation sizes not being a subset of LineItem creativePlaceholder sizes.

  • This enumeration is part of the https://www.google.com/apis/ads/publisher/v202411 namespace within the Google Ad Manager API.

  • If the error reason isn't explicitly defined in the current API version, it will be represented by the UNKNOWN value.


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.