AI-generated Key Takeaways
- 
          CreativeWrapperOrdering defines the order in which header and footer HTML snippets wrap served creatives. 
- 
          The wrapping order is INNER first, then NO_PREFERENCE, and finally OUTER. 
- 
          The order is unspecified for multiple snippets with the same CreativeWrapperOrdering. 
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/v202502
| 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 |