enum TemplateInstantiatedCreativeError.Reason (v202505)

  • TemplateInstantiatedCreativeError represents errors related to creative templates within services like CreativeService, CreativeSetService, LineItemCreativeAssociationService, and OrderService.

  • Specific reasons for this error include creating a new creative from an inactive template (INACTIVE_CREATIVE_TEMPLATE) or uploading an disallowed file type (FILE_TYPE_NOT_ALLOWED).

  • The UNKNOWN enumeration is used when the actual error reason is not exposed by the requested API version.

The reason for the error


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.