enum SslScanResult (v202411)

  • 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.

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