enum CreativeTemplateOperationError.Reason (v202411)

  • CreativeTemplateOperationError reasons indicate issues with creative template operations, such as insufficient user permissions, operations not applicable to the current state, or unknown errors.

  • This error is referenced by CreativeService, CreativeSetService, CreativeTemplateService, and LineItemCreativeAssociationService.

  • The possible reasons for this error are NOT_ALLOWED, NOT_APPLICABLE, and UNKNOWN.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
NOT_ALLOWED The current user is not allowed to modify this creative template.
NOT_APPLICABLE The operation is not applicable to the current state. (e.g. Trying to activate an active creative template)
UNKNOWN The value returned if the actual value is not exposed by the requested API version.