AI-generated Key Takeaways
-
CreativeAssetMacroError lists all errors associated with creative asset macros.
-
This error is part of the CreativeService and LineItemCreativeAssociationService.
-
CreativeAssetMacroError inherits from ApiError, providing details like field path and error string.
-
The
reason
field explains the specific error, such as an invalid macro name. -
Macro names have specific requirements: they must begin with a letter, contain only alphanumeric characters and underscores, and be 1 to 64 characters long.
Lists all errors associated with creative asset macros.
- 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. |
CreativeAssetMacroError
|
|
|
The error reason represented by an enum. Enumerations
|