AI-generated Key Takeaways
-
HtmlBundleProcessorError
identifies errors during HTML5 file processing within Google Ad Manager. -
It encompasses various reasons for errors, such as file size limitations, invalid click tags, and unsupported file types like Flash.
-
HTML5 bundles should not exceed 1000 KB in size and contain a maximum of 50 files, with one primary HTML file named
index.html
. -
This error ensures the quality and compatibility of HTML5 creatives served through Google Ad Manager.
-
Errors are categorized by an enum
HtmlBundleProcessorError.Reason
with specific reasons likeFILE_SIZE_TOO_LARGE
orCLICK_TAG_INVALID
.
Lists all errors associated with html5 file processing.
- 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. |
HtmlBundleProcessorError
|
|
|
The error reason represented by an enum. Enumerations
|