AI-generated Key Takeaways
-
Set-top box creative errors can occur due to issues with external asset IDs or provider IDs, which are immutable after creation.
-
Set-top box creatives necessitate an external asset ID for successful implementation.
-
Google Ad Manager's API provides error reasons for troubleshooting set-top box creative issues, including immutability constraints and missing asset IDs, ensuring smooth ad delivery.
-
The
SetTopBoxCreativeError.Reason
enumeration outlines specific error reasons, such as immutable external asset IDs and the requirement for an external asset ID.
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. |