enum TemplateInstantiatedCreativeError.Reason (v202411)

  • The TemplateInstantiatedCreativeError indicates the reason for an error when instantiating creatives from templates, such as using an inactive template or disallowed file type.

  • Possible reasons for this error include an inactive creative template, disallowed file type or an unknown reason.

  • This error is relevant to services like CreativeService, CreativeSetService, LineItemCreativeAssociationService, and OrderService when dealing with creatives instantiated from templates.

The reason for the error


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