AI-generated Key Takeaways
-
CreativePreviewError is associated with errors when generating creative preview URIs.
-
CreativePreviewError inherits from ApiError and includes fields like fieldPath, trigger, and errorString.
-
The reason field within CreativePreviewError indicates specific issues, such as the inability to generate a preview URL or missing HTML snippets for third-party creatives.
-
Potential reasons for CreativePreviewError include CANNOT_GENERATE_PREVIEW_URL, CANNOT_GENERATE_PREVIEW_URL_FOR_NATIVE_CREATIVES, and HTML_SNIPPET_REQUIRED_FOR_THIRD_PARTY_CREATIVE.
Errors associated with generation of creative preview URIs.
- 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. |
CreativePreviewError
|
|
|
Enumerations
|