[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eSslScanResult\u003c/code\u003e is an enum used within the Google Ad Manager API to represent the results of SSL compatibility scans for creatives.\u003c/p\u003e\n"],["\u003cp\u003eThis enum includes values such as \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eUNSCANNED\u003c/code\u003e, \u003ccode\u003eSCANNED_SSL\u003c/code\u003e, and \u003ccode\u003eSCANNED_NON_SSL\u003c/code\u003e to indicate the scan status or outcome.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSslScanResult\u003c/code\u003e belongs to the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e within the API.\u003c/p\u003e\n"]]],["The document outlines the `CreativeService` and its dependencies, which include various creative types like `BaseAudioCreative`, `BaseVideoCreative`, `CustomCreative`, `Html5Creative`, and others. It also defines the `SslScanResult` enumeration, used to store the SSL compatibility scan results, with possible values: `UNKNOWN`, `UNSCANNED`, `SCANNED_SSL`, and `SCANNED_NON_SSL`. The namespace for these services is specified as `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum SslScanResult (v202408)\n\n**Service** \n**CreativeService** **Dependencies** \n[BaseAudioCreative](/ad-manager/api/reference/v202408/CreativeService.BaseAudioCreative) [BaseRichMediaStudioCreative](/ad-manager/api/reference/v202408/CreativeService.BaseRichMediaStudioCreative) [BaseVideoCreative](/ad-manager/api/reference/v202408/CreativeService.BaseVideoCreative) [CustomCreative](/ad-manager/api/reference/v202408/CreativeService.CustomCreative) [Html5Creative](/ad-manager/api/reference/v202408/CreativeService.Html5Creative) [InternalRedirectCreative](/ad-manager/api/reference/v202408/CreativeService.InternalRedirectCreative) [TemplateCreative](/ad-manager/api/reference/v202408/CreativeService.TemplateCreative) [ThirdPartyCreative](/ad-manager/api/reference/v202408/CreativeService.ThirdPartyCreative) [VastRedirectCreative](/ad-manager/api/reference/v202408/CreativeService.VastRedirectCreative) \n▼\n**SslScanResult**\n\nEnum to store the creative SSL compatibility scan result.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `UNSCANNED` | |\n| `SCANNED_SSL` | |\n| `SCANNED_NON_SSL` | |"]]