enum SslScanResult (v202405)
Enum to store the creative SSL compatibility scan result.
- 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.
|
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["`CreativeService.SslScanResult` is an enum used to store the results of a creative's SSL compatibility scan."],["This enum includes values like `UNKNOWN`, `UNSCANNED`, `SCANNED_SSL`, and `SCANNED_NON_SSL` to represent different scan outcomes."],["The enum belongs to the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The content defines the `CreativeService` and its dependencies, including various creative types like `BaseAudioCreative`, `Html5Creative`, and `VastRedirectCreative`. It also introduces the `SslScanResult` enumeration for creative SSL compatibility, detailing four possible states: `UNKNOWN`, `UNSCANNED`, `SCANNED_SSL`, and `SCANNED_NON_SSL`. These results are used to check if the Creative is SSL-compatible. The Namespace is defined as `https://www.google.com/apis/ads/publisher/v202405`.\n"]]