AI-generated Key Takeaways
-
CreativeWrapperOrdering defines the order in which header and footer HTML snippets wrap around a creative.
-
INNER
snippets wrap first, followed byNO_PREFERENCE
, and thenOUTER
. -
If multiple snippets have the same ordering, their wrapping order is unspecified.
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/v202508
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 |