Defines the order in which the header and footer HTML snippets will be
wrapped around the served creative. INNER snippets will be wrapped
first, followed by NO_PREFERENCE and finally OUTER. If the
creative needs to be wrapped with more than one snippet with the same
CreativeWrapperOrdering, then the order is unspecified.
[[["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\u003eCreativeWrapperOrdering dictates the sequence of HTML snippet wrapping around creatives, prioritizing \u003ccode\u003eINNER\u003c/code\u003e, then \u003ccode\u003eNO_PREFERENCE\u003c/code\u003e, and lastly \u003ccode\u003eOUTER\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMultiple snippets with the same CreativeWrapperOrdering have an unspecified wrapping order.\u003c/p\u003e\n"],["\u003cp\u003eThis arrangement ensures a structured and predictable integration of header and footer elements with the creative content during ad serving.\u003c/p\u003e\n"]]],["The `CreativeWrapperOrdering` defines the sequence for wrapping HTML snippets around a creative. `INNER` snippets are wrapped first, followed by `NO_PREFERENCE`, and then `OUTER`. This order determines how header and footer HTML snippets are applied. If multiple snippets share the same `CreativeWrapperOrdering`, their specific order is not defined. There are three possible enumeration values: `NO_PREFERENCE`, `INNER`, and `OUTER`, each dictating a specific position in the wrapping sequence.\n"],null,["**Service** \n**CreativeWrapperService** **Dependencies** \n[CreativeWrapper](/ad-manager/api/reference/v202411/CreativeWrapperService.CreativeWrapper) \n▼\n**CreativeWrapperOrdering**\n\nDefines the order in which the header and footer HTML snippets will be\nwrapped around the served creative. `INNER` snippets will be wrapped\nfirst, followed by `NO_PREFERENCE` and finally `OUTER`. If the\ncreative needs to be wrapped with more than one snippet with the same\n[CreativeWrapperOrdering](/ad-manager/api/reference/v202411/CreativeWrapperService.CreativeWrapperOrdering), then the order is unspecified.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-----------------|--------------------------------------------------------------------------------|\n| `NO_PREFERENCE` | Wrapping occurs after [INNER](#INNER) but before [OUTER](#OUTER) |\n| `INNER` | Wrapping occurs as early as possible. |\n| `OUTER` | Wrapping occurs after both [NO_PREFERENCE](#NO_PREFERENCE) and [INNER](#INNER) |"]]