enum SslManualOverride (v202405)
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/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The CreativeService provides access to various creative types, including BaseAudioCreative, BaseRichMediaStudioCreative, BaseVideoCreative, CustomCreative, Html5Creative, InternalRedirectCreative, TemplateCreative, ThirdPartyCreative, and VastRedirectCreative."],["SslManualOverride is an enum used to manually control the SSL compatibility of creatives, similar to the SslScanResult."],["This enum includes options for unknown, no override, SSL compatible, and not SSL compatible settings."],["The namespace for the CreativeService and SslManualOverride is `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `CreativeService` has dependencies including `BaseAudioCreative`, `BaseRichMediaStudioCreative`, `BaseVideoCreative`, `CustomCreative`, `Html5Creative`, `InternalRedirectCreative`, `TemplateCreative`, `ThirdPartyCreative`, and `VastRedirectCreative`. The `SslManualOverride` enum manages creative SSL compatibility, mirroring the states of `SslScanResult`. The available enum values for `SslManualOverride` are `UNKNOWN`, `NO_OVERRIDE`, `SSL_COMPATIBLE`, and `NOT_SSL_COMPATIBLE`, each representing a specific SSL compatibility status. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]