enum CreativeWrapperOrdering (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CreativeWrapperService
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.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
NO_PREFERENCE
|
Wrapping occurs after INNER but before OUTER
|
INNER
|
Wrapping occurs as early as possible.
|
OUTER
|
Wrapping occurs after both NO_PREFERENCE and INNER
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCreativeWrapperOrdering dictates the sequence of HTML snippet wrapping around ad creatives.\u003c/p\u003e\n"],["\u003cp\u003eThe sequence follows the order of INNER, NO_PREFERENCE, and OUTER for wrapping.\u003c/p\u003e\n"],["\u003cp\u003eMultiple snippets with the same CreativeWrapperOrdering have an unspecified wrapping order.\u003c/p\u003e\n"],["\u003cp\u003eThis feature is part of the CreativeWrapperService within the Google Ad Manager API.\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`. If multiple snippets share the same ordering, their specific wrap order is undefined. The possible wrap orders are `INNER` (earliest), `NO_PREFERENCE` (middle), and `OUTER` (last). These orderings are located in the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum CreativeWrapperOrdering (v202408)\n\n**Service** \n**CreativeWrapperService** **Dependencies** \n[CreativeWrapper](/ad-manager/api/reference/v202408/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/v202408/CreativeWrapperService.CreativeWrapperOrdering), then the order is unspecified.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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) |"]]