enum TranscodingError.Reason (v202411)

  • TranscodingError.Reason indicates the cause for a transcode request rejection within Google Ad Manager.

  • Rejections can occur due to the source creative being un-transcoded, invalid, or still undergoing processing.

  • The TranscodingError.Reason enumeration provides specific values like CANNOT_COPY_CREATIVE_PENDING_TRANSCODE, CANNOT_COPY_INVALID_CREATIVE, and TRANSCODING_IS_IN_PROGRESS for identifying the reason.

  • It is used by various services within Google Ad Manager, including CreativeService, CreativeSetService, ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, and OrderService.

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.