enum RequiredSizeError.Reason (v202502)

  • RequiredSizeError.Reason is an enumeration within the https://www.google.com/apis/ads/publisher/v202502 namespace.

  • The REQUIRED reason indicates that a required size field is missing in a Creative or LineItem.

  • The NOT_ALLOWED reason signifies that the sizes provided in a LineItemCreativeAssociation are not a subset of the LineItem's creative placeholder sizes.

  • The UNKNOWN reason is used when the actual value of the error reason is not available in 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.