AI-generated Key Takeaways
-
Creative templates are associated with services like CreativeService, CreativeSetService, CreativeTemplateService, and LineItemCreativeAssociationService.
-
The CreativeTemplateOperationError enumeration provides reasons for errors when operating on creative templates.
-
Specific error reasons include
NOT_ALLOWEDfor insufficient user permissions,NOT_APPLICABLEfor invalid state transitions, andUNKNOWNfor unexposed API version values.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| 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. |