[[["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 CreativeService in Google Ad Manager to store the results of SSL compatibility scans for creatives.\u003c/p\u003e\n"],["\u003cp\u003eIt provides four possible values: \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eUNSCANNED\u003c/code\u003e, \u003ccode\u003eSCANNED_SSL\u003c/code\u003e, and \u003ccode\u003eSCANNED_NON_SSL\u003c/code\u003e, indicating the SSL scan status of the creative.\u003c/p\u003e\n"],["\u003cp\u003eThe enum belongs to the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNKNOWN\u003c/code\u003e is returned when the API version doesn't expose the actual value.\u003c/p\u003e\n"]]],["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"],null,["# enum SslScanResult (v202411)\n\n**Service** \n**CreativeService** **Dependencies** \n[BaseAudioCreative](/ad-manager/api/reference/v202411/CreativeService.BaseAudioCreative) [BaseRichMediaStudioCreative](/ad-manager/api/reference/v202411/CreativeService.BaseRichMediaStudioCreative) [BaseVideoCreative](/ad-manager/api/reference/v202411/CreativeService.BaseVideoCreative) [CustomCreative](/ad-manager/api/reference/v202411/CreativeService.CustomCreative) [Html5Creative](/ad-manager/api/reference/v202411/CreativeService.Html5Creative) [InternalRedirectCreative](/ad-manager/api/reference/v202411/CreativeService.InternalRedirectCreative) [TemplateCreative](/ad-manager/api/reference/v202411/CreativeService.TemplateCreative) [ThirdPartyCreative](/ad-manager/api/reference/v202411/CreativeService.ThirdPartyCreative) [VastRedirectCreative](/ad-manager/api/reference/v202411/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/v202411`\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` | |"]]