Enum CreativeWrapperOrderingEnum.Types.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: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum CreativeWrapperOrderingEnum.Types.CreativeWrapperOrdering
Fields
| Name | Description |
|---|---|
| Inner | Wrapping occurs as early as possible. |
| NoPreference | Wrapping occurs after |
| Outer | Wrapping occurs after both |
| Unspecified | Default value. This value is unused. |