[[["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-05-15 UTC."],[[["The CreativeWrapperService allows publishers to manage creative wrappers, which are used to add elements like header/footer HTML snippets or video tracking URLs to ads."],["Creative wrappers have a type, CreativeWrapperType, that specifies the format or purpose of the wrapper, such as HTML or video tracking URLs."],["The CreativeWrapperType enumeration defines possible wrapper types, including HTML, VIDEO_TRACKING_URL, and UNKNOWN for unsupported types."],["This service is part of the Google Ad Manager API and uses the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `CreativeWrapperService` utilizes the `CreativeWrapper` type, which can be one of three values: `HTML`, `VIDEO_TRACKING_URL`, or `UNKNOWN`. `HTML` wrappers contain header/footer HTML snippets. `VIDEO_TRACKING_URL` wrappers include tracking URIs. `UNKNOWN` is returned when the API version doesn't expose the actual value. The namespace for these is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]