AI-generated Key Takeaways
- 
          
CreativeWrapperOrdering defines the order in which header and footer HTML snippets wrap a creative.
 - 
          
The wrapping order is INNER, followed by NO_PREFERENCE, and finally OUTER.
 - 
          
Multiple snippets with the same CreativeWrapperOrdering have an unspecified order.
 - 
          
The namespace for this service is
https://www.google.com/apis/ads/publisher/v202411. 
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 |