AI-generated Key Takeaways
-
CreativeWrapperOrdering dictates the sequence of HTML snippet wrapping around creatives, prioritizing
INNER
, thenNO_PREFERENCE
, and lastlyOUTER
. -
Multiple snippets with the same CreativeWrapperOrdering have an unspecified wrapping order.
-
This arrangement ensures a structured and predictable integration of header and footer elements with the creative content during ad serving.
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/v202411
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 |