enum CreativeWrapperStatus (v202402)
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/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["CreativeWrapperService manages CreativeWrappers, which control whether HTML snippets are served to creatives."],["CreativeWrapperStatus indicates if a CreativeWrapper is active, allowing HTML snippets to be served only when active."],["The CreativeWrapperService uses the namespace `https://www.google.com/apis/ads/publisher/v202402`."],["CreativeWrapperStatus can be either `ACTIVE` or `INACTIVE`, determining whether snippets are served."]]],["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 snippets. The `CreativeWrapperStatus` enumeration has two possible values: `ACTIVE` and `INACTIVE`. The namespace for the service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]