[[["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\u003eCdnConfigurationStatus\u003c/code\u003e enumeration indicates the operational status of a CDN configuration within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003ePossible statuses include \u003ccode\u003eACTIVE\u003c/code\u003e, signifying current usage; \u003ccode\u003eARCHIVED\u003c/code\u003e, indicating discontinued usage; and \u003ccode\u003eUNKNOWN\u003c/code\u003e for statuses not exposed by the API version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCdnConfigurationStatus\u003c/code\u003e is part of the \u003ccode\u003eCdnConfigurationService\u003c/code\u003e and relates to the \u003ccode\u003eCdnConfiguration\u003c/code\u003e object within the Google Ad Manager API.\u003c/p\u003e\n"]]],["The `CdnConfigurationService` relies on `CdnConfiguration`. `CdnConfigurationStatus` denotes the status of a `CdnConfiguration`. Possible statuses include `UNKNOWN` (value not exposed by API version), `ACTIVE` (configuration in use), and `ARCHIVED` (configuration no longer in use). The service namespace is `https://www.google.com/apis/ads/publisher/v202411`. The key actions involve defining and understanding the status of a CDN configuration within the service.\n"],null,["# enum CdnConfigurationStatus (v202411)\n\n**Service** \n**CdnConfigurationService** **Dependencies** \n[CdnConfiguration](/ad-manager/api/reference/v202411/CdnConfigurationService.CdnConfiguration) \n▼\n**CdnConfigurationStatus**\n\nIndicates the status of the [CdnConfiguration](/ad-manager/api/reference/v202411/CdnConfigurationService.CdnConfiguration).\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| `ACTIVE` | The CDN configuration is in use. |\n| `ARCHIVED` | The CDN configuration is no longer used. |"]]