enum CreativeWrapperOrdering (v202405)
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/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["CreativeWrapperOrdering dictates the sequence of HTML snippet wrapping around ad creatives."],["The sequence follows the order: INNER snippets first, then NO_PREFERENCE, and lastly OUTER snippets."],["If multiple snippets share the same CreativeWrapperOrdering, their wrapping order is undefined."],["This enumeration is part of the CreativeWrapperService within the Google Ad Manager API."]]],["The `CreativeWrapperOrdering` enumeration defines the sequence for wrapping HTML snippets around a creative. `INNER` wrappers are applied first, followed by `NO_PREFERENCE`, and finally `OUTER`. If multiple snippets share the same ordering, their sequence is undefined. The service relies on the `CreativeWrapper` dependency. The possible values of `CreativeWrapperOrdering` are `NO_PREFERENCE`, `INNER`, and `OUTER`, where each dictates a specific stage of the wrapping order.\n"]]