[[["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 2024-02-13 UTC."],[[["The `SslScanResult` enum stores the results of a creative's SSL compatibility scan within Google Ad Manager."],["This enum, found within the `https://www.google.com/apis/ads/publisher/v202402` namespace, includes values like `UNKNOWN`, `UNSCANNED`, `SCANNED_SSL`, and `SCANNED_NON_SSL` to represent different scan outcomes."],["The `CreativeService` dependencies listed provide context and demonstrate how this enum might be used with various creative types within the Ad Manager system."]]],["The `CreativeService` includes dependencies like `BaseAudioCreative`, `BaseRichMediaStudioCreative`, `BaseVideoCreative`, `CustomCreative`, `Html5Creative`, `InternalRedirectCreative`, `TemplateCreative`, `ThirdPartyCreative`, and `VastRedirectCreative`. It utilizes `SslScanResult`, an enumeration for creative SSL compatibility. The `SslScanResult` enum defines statuses: `UNKNOWN` for unexposed values, `UNSCANNED`, `SCANNED_SSL`, and `SCANNED_NON_SSL`, used to verify if an element is secure or not. The namespace for the service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]