[[["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 2025-08-06 UTC."],[[["\u003cp\u003eCreativeWrapperType defines the type of creative wrapper, such as HTML or video tracking URL, used in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThis type is specified on the CreativeWrapper object and helps determine how the creative is wrapped and delivered.\u003c/p\u003e\n"],["\u003cp\u003eIt has three possible values: \u003ccode\u003eHTML\u003c/code\u003e, \u003ccode\u003eVIDEO_TRACKING_URL\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, the last of which is used when the actual value is not exposed by the API.\u003c/p\u003e\n"]]],["The `CreativeWrapperService` utilizes `CreativeWrapper` objects, which have a defined `CreativeWrapperType`. This type can be `HTML`, for wrappers with header/footer HTML, or `VIDEO_TRACKING_URL`, for wrappers containing tracking URIs. An `UNKNOWN` type indicates the value is not available in the current API version (v202408). The namespace for these elements is `https://www.google.com/apis/ads/publisher/v202408`. The service manages creative wrapper types.\n"],null,["# enum CreativeWrapperType (v202408)\n\n**Service** \n**CreativeWrapperService** **Dependencies** \n[CreativeWrapper](/ad-manager/api/reference/v202408/CreativeWrapperService.CreativeWrapper) \n▼\n**CreativeWrapperType**\n\nThe type of a creative wrapper which is specified on the [CreativeWrapper](/ad-manager/api/reference/v202408/CreativeWrapperService.CreativeWrapper).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|----------------------|-------------------------------------------------------------------------------------|\n| `HTML` | HTML creative wrappers that include header/footer HTML snippets. |\n| `VIDEO_TRACKING_URL` | Video Tracking URL creative wrappers that include tracking URIs. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]