AI-generated Key Takeaways
-
TranscodingError.Reason
identifies the cause of transcode request rejections within Google Ad Manager. -
Reasons for rejection include pending transcodes of source creatives, invalid source creatives, and ongoing transcoding processes.
-
It's part of the Google Ad Manager API and uses a specific namespace for identification.
-
The provided enumeration lists potential reasons, including
CANNOT_COPY_CREATIVE_PENDING_TRANSCODE
,CANNOT_COPY_INVALID_CREATIVE
,TRANSCODING_IS_IN_PROGRESS
, andUNKNOWN
.
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. |