enum CreativeWrapperStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CreativeWrapperService
Indicates whether the CreativeWrapper
is active. HTML snippets
are served to creatives only when the creative wrapper is active.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
ACTIVE
|
|
INACTIVE
|
|
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\u003eCreativeWrapperService manages the CreativeWrapper, which controls whether HTML snippets are served to creatives.\u003c/p\u003e\n"],["\u003cp\u003eCreativeWrapperStatus indicates the active or inactive status of the CreativeWrapper, impacting snippet delivery.\u003c/p\u003e\n"],["\u003cp\u003eOnly active CreativeWrappers allow the serving of HTML snippets to associated creatives.\u003c/p\u003e\n"]]],["The `CreativeWrapperService` manages `CreativeWrapper` objects, which include HTML snippets served to creatives. The service's core function is managing the `CreativeWrapperStatus`, an enumeration with two states: `ACTIVE` and `INACTIVE`. Only when a `CreativeWrapper` has an `ACTIVE` status will its associated HTML snippets be delivered. The service's namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum CreativeWrapperStatus (v202408)\n\n**Service** \n**CreativeWrapperService** **Dependencies** \n[CreativeWrapper](/ad-manager/api/reference/v202408/CreativeWrapperService.CreativeWrapper) \n▼\n**CreativeWrapperStatus**\n\nIndicates whether the `CreativeWrapper` is active. HTML snippets\nare served to creatives only when the creative wrapper is active.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------|-------------|\n| `ACTIVE` | |\n| `INACTIVE` | |"]]