enum CreativeTemplateOperationError.Reason (v202411)

  • CreativeTemplateOperationError lists the reasons for errors related to creative templates.

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

  • These error reasons apply to services such as CreativeSetService, CreativeTemplateService, and LineItemCreativeAssociationService.

  • The NOT_ALLOWED reason indicates insufficient user permissions to modify the template.

  • The NOT_APPLICABLE reason signifies an operation is not suitable for the current state of the creative template.

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.