enum SslScanResult (v202411)
Enum to store the creative SSL compatibility scan result.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
UNSCANNED
|
|
SCANNED_SSL
|
|
SCANNED_NON_SSL
|
|
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["`SslScanResult` is an enum used within the CreativeService in Google Ad Manager to store the results of SSL compatibility scans for creatives."],["It provides four possible values: `UNKNOWN`, `UNSCANNED`, `SCANNED_SSL`, and `SCANNED_NON_SSL`, indicating the SSL scan status of the creative."],["The enum belongs to the namespace `https://www.google.com/apis/ads/publisher/v202411`."],["`UNKNOWN` is returned when the API version doesn't expose the actual value."]]],["The document outlines the `CreativeService` and its dependencies, including various creative types like `BaseAudioCreative`, `Html5Creative`, and `VastRedirectCreative`. It also describes the `SslScanResult` enumeration used to store the SSL compatibility scan results for creatives. The enumeration includes values like `UNKNOWN`, `UNSCANNED`, `SCANNED_SSL`, and `SCANNED_NON_SSL`, defining the possible outcomes of an SSL scan. These elements belong to the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]