AI-generated Key Takeaways
-
SwiffyConversionError.Reason outlines the potential errors encountered when converting Flash assets using the Swiffy service within Google Ad Manager.
-
These errors can range from server-side issues and invalid Flash files to unsupported Flash versions, ultimately preventing successful conversion.
-
Each error reason is categorized within the
https://www.google.com/apis/ads/publisher/v202411
namespace for identification and troubleshooting purposes. -
Reasons include
SERVER_ERROR
,INVALID_FLASH_FILE
,UNSUPPORTED_FLASH
, andUNKNOWN
to represent various conversion failures.
Error reason for SwiffyConversionError.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
SERVER_ERROR
|
Indicates the Swiffy service has an internal error that prevents the flash asset being converted. |
INVALID_FLASH_FILE
|
Indicates the uploaded flash asset is not a valid flash file. |
UNSUPPORTED_FLASH
|
Indicates the Swiffy service currently does not support converting this flash asset. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |