enum RequiredSizeError.Reason (v202411)

  • RequiredSizeError.Reason indicates errors related to the size of creatives or creative placeholders in Google Ad Manager.

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

  • REQUIRED signifies missing size information for creatives or creative placeholders.

  • NOT_ALLOWED indicates that creative association sizes are not a subset of line item creative placeholder sizes.

  • UNKNOWN is a default value for unexposed error reasons in the API.


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.