enum CdnConfigurationStatus (v202411)
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/v202411
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\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. |"]]