enum TemplateInstantiatedCreativeError.Reason (v202502)

  • TemplateInstantiatedCreativeError provides reasons for errors related to creative templates and file uploads.

  • An INACTIVE_CREATIVE_TEMPLATE error occurs when trying to create a creative from an inactive template.

  • A FILE_TYPE_NOT_ALLOWED error indicates that an uploaded file type is not permitted.

  • The UNKNOWN value is returned when the actual error reason is not exposed by the API version.

The reason for the error


Namespace
https://www.google.com/apis/ads/publisher/v202502
Enumeration Description
INACTIVE_CREATIVE_TEMPLATE A new creative cannot be created from an inactive creative template.
FILE_TYPE_NOT_ALLOWED An uploaded file type is not allowed
UNKNOWN The value returned if the actual value is not exposed by the requested API version.