enum CreativeWrapperStatus (v202405)
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/v202405
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 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["CreativeWrapperService manages CreativeWrappers, which control the serving of HTML snippets to creatives."],["CreativeWrappers have a status, either Active or Inactive, dictating whether they are serving snippets."],["Only active CreativeWrappers will deliver HTML snippets to associated creatives."],["The CreativeWrapperService is part of the Google Ad Manager API and uses a specific namespace for identification."]]],["The `CreativeWrapperService` manages `CreativeWrapper` objects, which include HTML snippets served to creatives. A `CreativeWrapper`'s `CreativeWrapperStatus` determines if it's active. Only active wrappers serve their HTML content. The status can be either `ACTIVE` or `INACTIVE`, influencing whether the associated HTML snippets are utilized. The service is located within the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]