[[["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\u003eThe \u003ccode\u003eCreativeService.SslManualOverride\u003c/code\u003e enum defines manual overrides for creative SSL compatibility, mirroring the states of \u003ccode\u003eSslScanResult\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis enum, residing in the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e namespace, assists in managing the SSL compatibility of creatives.\u003c/p\u003e\n"],["\u003cp\u003eIt includes states like \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eNO_OVERRIDE\u003c/code\u003e, \u003ccode\u003eSSL_COMPATIBLE\u003c/code\u003e, and \u003ccode\u003eNOT_SSL_COMPATIBLE\u003c/code\u003e to facilitate control over creative SSL settings.\u003c/p\u003e\n"]]],["The content outlines the `CreativeService` dependencies, which include various creative types like `BaseAudioCreative`, `BaseRichMediaStudioCreative`, `Html5Creative`, `TemplateCreative`, and others. It also defines the `SslManualOverride` enumeration, used to manually control creative SSL compatibility, featuring states like `UNKNOWN`, `NO_OVERRIDE`, `SSL_COMPATIBLE`, and `NOT_SSL_COMPATIBLE`. The namespace for these components is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum SslManualOverride (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**SslManualOverride**\n\nEnum to store the creative SSL compatibility manual override.\nIts three states are similar to that of [SslScanResult](/ad-manager/api/reference/v202411/CreativeService.SslScanResult).\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| `NO_OVERRIDE` | |\n| `SSL_COMPATIBLE` | |\n| `NOT_SSL_COMPATIBLE` | |"]]