enum CreativeWrapperOrdering (v202402)
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/v202402
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 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["CreativeWrapperOrdering defines the sequence of HTML snippet wrapping around creatives, prioritizing `INNER`, then `NO_PREFERENCE`, and lastly `OUTER`."],["When multiple snippets share the same CreativeWrapperOrdering, their wrapping sequence is undefined."],["`INNER` wrapping is applied first, ensuring the snippet is closest to the creative content."],["`OUTER` wrapping is applied last, positioning the snippet furthest from the creative content."],["`NO_PREFERENCE` wrapping is applied between `INNER` and `OUTER`, offering a middle ground for snippet placement."]]],["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. `NO_PREFERENCE` happens after `INNER` but before `OUTER`. `INNER` wrapping occurs earliest. `OUTER` wrapping occurs last, after both `NO_PREFERENCE` and `INNER` wrapping.\n"]]