AI-generated Key Takeaways
-
CustomCreativeError objects detail issues encountered when working with custom creatives in Google Ad Manager.
-
These errors can arise from various sources, including duplicate macro names, referencing missing macros, or using unsupported macros.
-
The 'reason' field within the error object provides a specific code indicating the nature of the problem, such as 'DUPLICATE_MACRO_NAME_FOR_CREATIVE' or 'SNIPPET_REFERENCES_MISSING_MACRO'.
-
Developers can use these error messages to identify and resolve issues related to custom creative implementation in their ad campaigns.
Lists all errors associated with custom creatives.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
CustomCreativeError
|
|
|
The error reason represented by an enum. Enumerations
|