[[["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\u003eCdnConfigurationService uses CdnConfiguration and CdnConfigurationStatus to manage CDN configurations in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eCdnConfigurationStatus indicates whether a CDN configuration is active, archived, or unknown.\u003c/p\u003e\n"],["\u003cp\u003eStatuses include \u003ccode\u003eACTIVE\u003c/code\u003e for configurations in use, \u003ccode\u003eARCHIVED\u003c/code\u003e for those no longer used, and \u003ccode\u003eUNKNOWN\u003c/code\u003e if the API version doesn't expose the actual value.\u003c/p\u003e\n"]]],["The `CdnConfigurationService` relies on `CdnConfiguration` and has a `CdnConfigurationStatus`. This status, represented by an enumeration, can be `UNKNOWN` (value not exposed), `ACTIVE` (configuration in use), or `ARCHIVED` (configuration no longer used). The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`. The core actions revolve around determining the operational status of a CDN configuration.\n"],null,["# enum CdnConfigurationStatus (v202408)\n\n**Service** \n**CdnConfigurationService** **Dependencies** \n[CdnConfiguration](/ad-manager/api/reference/v202408/CdnConfigurationService.CdnConfiguration) \n▼\n**CdnConfigurationStatus**\n\nIndicates the status of the [CdnConfiguration](/ad-manager/api/reference/v202408/CdnConfigurationService.CdnConfiguration).\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| `ACTIVE` | The CDN configuration is in use. |\n| `ARCHIVED` | The CDN configuration is no longer used. |"]]