AI-generated Key Takeaways
-
This content details various errors associated with custom creatives within the Google Ad Manager API.
-
It lists multiple error types that inherit from
ApiError
, covering issues from authentication and permissions to parsing and range errors. -
Specific details for
CustomCreativeError
are provided, including fields for field path, trigger, error string, and the error reason represented by an enum. -
The
CustomCreativeError
section includes enumerations detailing specific reasons for the error, such as duplicate macro names, missing macros, and unrecognized macros.
Lists all errors associated with custom creatives.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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
|