AI-generated Key Takeaways
-
ImageError.Reason provides a list of possible reasons for image-related errors within various Google Ad Manager services.
-
The enumeration covers a wide range of issues including invalid formats, incorrect sizing, animation restrictions, Flash-specific problems, file size limits, and system errors.
-
Specific reasons for image errors are detailed, such as animated images or CMYK JPEG formats not being allowed, and issues related to Flash files like missing click tags or network objects/methods.
-
Errors can also occur due to unexpected or duplicate image densities and the absence of a required primary asset.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
| Enumeration | Description |
|---|---|
INVALID_IMAGE
|
The file's format is invalid. |
INVALID_SIZE
|
Size.width and Size.height cannot be negative. |
UNEXPECTED_SIZE
|
The actual image size does not match the expected image size. |
OVERLAY_SIZE_TOO_LARGE
|
The size of the asset is larger than that of the overlay creative. |
ANIMATED_NOT_ALLOWED
|
Animated images are not allowed. |
ANIMATION_TOO_LONG
|
Animation length exceeded the allowed policy limit. |
CMYK_JPEG_NOT_ALLOWED
|
Images in CMYK color formats are not allowed. |
FLASH_NOT_ALLOWED
|
Flash files are not allowed. |
FLASH_WITHOUT_CLICKTAG
|
If FlashCreative.clickTagRequired is true, then the flash
file is required to have a click tag embedded in it.
|
ANIMATED_VISUAL_EFFECT
|
Animated visual effect is not allowed. |
FLASH_ERROR
|
An error was encountered in the flash file. |
LAYOUT_PROBLEM
|
Incorrect image layout. |
FLASH_HAS_NETWORK_OBJECTS
|
Flash files with network objects are not allowed. |
FLASH_HAS_NETWORK_METHODS
|
Flash files with network methods are not allowed. |
FLASH_HAS_URL
|
Flash files with hard-coded click thru URLs are not allowed. |
FLASH_HAS_MOUSE_TRACKING
|
Flash files with mouse tracking are not allowed. |
FLASH_HAS_RANDOM_NUM
|
Flash files that generate or use random numbers are not allowed. |
FLASH_SELF_TARGETS
|
Flash files with self targets are not allowed. |
FLASH_BAD_GETURL_TARGET
|
Flash file contains a bad geturl target. |
FLASH_VERSION_NOT_SUPPORTED
|
Flash or ActionScript version in the submitted file is not supported. |
FILE_TOO_LARGE
|
The uploaded file is too large. |
SYSTEM_ERROR_IRS
|
A system error occurred, please try again. |
SYSTEM_ERROR_SCS
|
A system error occurred, please try again. |
UNEXPECTED_PRIMARY_ASSET_DENSITY
|
The image density for a primary asset was not one of the expected image densities. |
DUPLICATE_ASSET_DENSITY
|
Two or more assets have the same image density. |
MISSING_DEFAULT_ASSET
|
The creative does not contain a primary asset. (For high-density creatives, the primary asset must be a standard image file with 1x density.) |
PREVERIFIED_MIMETYPE_NOT_ALLOWED
|
preverified_mime_type is not in the client spec's allowlist. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |