enum TemplateInstantiatedCreativeError.Reason (v202408)
The reason for the error
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The `TemplateInstantiatedCreativeError` indicates why a creative couldn't be created from a template."],["Reasons for this error can include an inactive creative template, disallowed file type, or an unknown issue."],["It's used by services like `CreativeService`, `CreativeSetService`, and `OrderService` when handling creative templates."],["The error falls under the namespace `https://www.google.com/apis/ads/publisher/v202408` for API version v202408."]]],["The provided content details the `TemplateInstantiatedCreativeError`, an error that can occur within various services like `CreativeService`, `CreativeSetService`, and `OrderService`. This error indicates issues during creative instantiation. The namespace for these errors is `https://www.google.com/apis/ads/publisher/v202408`. Key error reasons include `INACTIVE_CREATIVE_TEMPLATE` (using an inactive template) and `FILE_TYPE_NOT_ALLOWED` (unsupported file type). The `UNKNOWN` reason is returned when the actual error is hidden by the API version.\n"]]