AI-generated Key Takeaways
- 
          A CdnConfiguration encapsulates information for ingesting and delivering content enabled for Dynamic Ad Insertion (DAI). 
- 
          Key fields include a read-only unique ID assigned by Google, a required name with a maximum length of 255 characters, and a required type. 
- 
          The CdnConfigurationType can be UNKNOWN or LIVE_STREAM_SOURCE_CONTENT. 
- 
          SourceContentConfiguration provides parameters for fetching and delivering original content. 
- 
          The status of a CDN configuration can be UNKNOWN, ACTIVE, or ARCHIVED. 
A CdnConfiguration encapsulates information about where and how to ingest and deliver content enabled for DAI (Dynamic Ad Insertion).
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Field | |
|---|---|
| 
                            | 
                            The unique ID of the CdnConfiguration. This value is read-only and is assigned by Google. | 
| 
                            | 
                            The name of the CdnConfiguration. This value is required to create a CDN configuration and has a maximum length of 255 characters. | 
| 
                            | The type of CDN configuration represented by this CdnConfiguration. This value is required to create a CDN configuration Enumerations 
 | 
| 
                            | Parameters about this CDN configuration as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream. | 
| 
                            | The status of the CDN configuration. Enumerations 
 |