enum CreativeWrapperStatus (v202408)
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 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["CreativeWrapperService manages the CreativeWrapper, which controls whether HTML snippets are served to creatives."],["CreativeWrapperStatus indicates the active or inactive status of the CreativeWrapper, impacting snippet delivery."],["Only active CreativeWrappers allow the serving of HTML snippets to associated creatives."]]],["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"]]