AI-generated Key Takeaways
-
The
TranscodingError.Reason
enumeration in Google Ad Manager API v202411 outlines reasons for transcode request rejections. -
These reasons include issues like the source creative not being transcoded, being invalid, or still undergoing processing.
-
It also includes a catch-all
UNKNOWN
reason for cases not covered by the exposed API version.
The type of transcode request rejection.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
CANNOT_COPY_CREATIVE_PENDING_TRANSCODE
|
The request to copy the creative(s) was rejected because the source is not transcoded. |
CANNOT_COPY_INVALID_CREATIVE
|
The request to copy the creative(s) was rejected because the source is invalid. |
TRANSCODING_IS_IN_PROGRESS
|
The creative is still being transcoded or processed. Please try again later. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |