Show / Hide Table of Contents

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 INNER but before OUTER

Outer

Wrapping occurs after both NO_PREFERENCE and INNER

Unspecified

Default value. This value is unused.

In this article
Back to top Generated by DocFX