[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["SetTopBoxCreativeError outlines reasons for errors specifically related to set-top box creatives in Google Ad Manager."],["This error can occur when working with CreativeService, CreativeSetService, and LineItemCreativeAssociationService."],["Reasons for the error include immutable external asset or provider IDs after creation, and a missing external asset ID, among other potential unknown errors."],["Each error reason has a corresponding enumeration value that provides further information about the issue."]]],["The `SetTopBoxCreativeError.Reason` enumeration lists errors related to set-top box creatives within the ad manager API. Key actions include defining and managing these creatives. Core information includes: `EXTERNAL_ASSET_ID_IMMUTABLE` (IDs cannot be changed post-creation), `EXTERNAL_ASSET_ID_REQUIRED` (IDs are mandatory), and `PROVIDER_ID_IMMUTABLE` (provider IDs are also immutable). The `UNKNOWN` value indicates when the API version does not expose the actual error value. These are located in `CreativeService`, `CreativeSetService`, `LineItemCreativeAssociationService`, `NetworkService`.\n"]]