enum CreativeWrapperType (v202408)
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/v202408
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, used in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThis type is specified on the CreativeWrapper object and helps determine how the creative is wrapped and delivered.\u003c/p\u003e\n"],["\u003cp\u003eIt has three possible values: \u003ccode\u003eHTML\u003c/code\u003e, \u003ccode\u003eVIDEO_TRACKING_URL\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, the last of which is used when the actual value is not exposed by the API.\u003c/p\u003e\n"]]],["The `CreativeWrapperService` utilizes `CreativeWrapper` objects, which have a defined `CreativeWrapperType`. This type can be `HTML`, for wrappers with header/footer HTML, or `VIDEO_TRACKING_URL`, for wrappers containing tracking URIs. An `UNKNOWN` type indicates the value is not available in the current API version (v202408). The namespace for these elements is `https://www.google.com/apis/ads/publisher/v202408`. The service manages creative wrapper types.\n"],null,["# enum CreativeWrapperType (v202408)\n\n**Service** \n**CreativeWrapperService** **Dependencies** \n[CreativeWrapper](/ad-manager/api/reference/v202408/CreativeWrapperService.CreativeWrapper) \n▼\n**CreativeWrapperType**\n\nThe type of a creative wrapper which is specified on the [CreativeWrapper](/ad-manager/api/reference/v202408/CreativeWrapperService.CreativeWrapper).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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. |"]]