enum CdnConfigurationStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CdnConfigurationService
Indicates the status of the CdnConfiguration.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
ACTIVE
|
The CDN configuration is in use.
|
ARCHIVED
|
The CDN configuration is no longer used.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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. |"]]