AI-generated Key Takeaways
-
SetTopBoxCreativeError outlines reasons for errors related to set-top box creatives in Google Ad Manager.
-
This error can occur within services like CreativeService, CreativeSetService, and LineItemCreativeAssociationService, as well as NetworkService.
-
Common reasons for these errors include immutable external asset or provider IDs after creation and missing required external asset IDs.
-
The error reasons are categorized with specific enumeration values, each providing a description of the error.
-
An "UNKNOWN" reason is returned if the specific error isn't exposed in the current API version.
Error reasons for set-top box creatives.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
EXTERNAL_ASSET_ID_IMMUTABLE
|
Set-top box creative external asset IDs are immutable after creation. |
EXTERNAL_ASSET_ID_REQUIRED
|
Set-top box creatives require an external asset ID. |
PROVIDER_ID_IMMUTABLE
|
Set-top box creative provider IDs are immutable after creation. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |