enum SslManualOverride (v202402)
Enum to store the creative SSL compatibility manual override.
Its three states are similar to that of SslScanResult.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
NO_OVERRIDE
|
|
SSL_COMPATIBLE
|
|
NOT_SSL_COMPATIBLE
|
|
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."],[[["The `CreativeService.SslManualOverride` enum is used to manually override the SSL compatibility of a creative."],["It has three states: `UNKNOWN`, `NO_OVERRIDE`, `SSL_COMPATIBLE`, and `NOT_SSL_COMPATIBLE`, similar to `SslScanResult`."],["The enum belongs to the `https://www.google.com/apis/ads/publisher/v202402` namespace."],["`UNKNOWN` is returned when the actual value isn't exposed by the API version being used."]]],["The `CreativeService` has dependencies including `BaseAudioCreative`, `BaseRichMediaStudioCreative`, `BaseVideoCreative`, `CustomCreative`, `Html5Creative`, `InternalRedirectCreative`, `TemplateCreative`, `ThirdPartyCreative`, and `VastRedirectCreative`. The `SslManualOverride` enum manages creative SSL compatibility, offering states: `UNKNOWN`, `NO_OVERRIDE`, `SSL_COMPATIBLE`, and `NOT_SSL_COMPATIBLE`. `UNKNOWN` indicates a value not exposed by the requested API version. The namespace is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]