enum CreativeWrapperType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CreativeWrapperService
The type of a creative wrapper which is specified on the CreativeWrapper.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
HTML
|
HTML creative wrappers that include header/footer HTML snippets.
|
VIDEO_TRACKING_URL
|
Video Tracking URL creative wrappers that include tracking URIs.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCreativeWrapperType defines the type of creative wrapper, such as HTML or video tracking URL, associated with a CreativeWrapper.\u003c/p\u003e\n"],["\u003cp\u003eThis type is used within the CreativeWrapperService and is specified on the CreativeWrapper object.\u003c/p\u003e\n"],["\u003cp\u003eCreativeWrapperType can be one of three values: \u003ccode\u003eHTML\u003c/code\u003e, \u003ccode\u003eVIDEO_TRACKING_URL\u003c/code\u003e, or \u003ccode\u003eUNKNOWN\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `CreativeWrapperService` utilizes the `CreativeWrapper` dependency and defines `CreativeWrapperType`. This type has three possible values: `HTML` for wrappers with HTML snippets, `VIDEO_TRACKING_URL` for wrappers with tracking URIs, and `UNKNOWN` for cases where the actual value is not available in the current API version. These types are defined within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum CreativeWrapperType (v202411)\n\n**Service** \n**CreativeWrapperService** **Dependencies** \n[CreativeWrapper](/ad-manager/api/reference/v202411/CreativeWrapperService.CreativeWrapper) \n▼\n**CreativeWrapperType**\n\nThe type of a creative wrapper which is specified on the [CreativeWrapper](/ad-manager/api/reference/v202411/CreativeWrapperService.CreativeWrapper).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|----------------------|-------------------------------------------------------------------------------------|\n| `HTML` | HTML creative wrappers that include header/footer HTML snippets. |\n| `VIDEO_TRACKING_URL` | Video Tracking URL creative wrappers that include tracking URIs. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]