AI-generated Key Takeaways
- 
          A CdnConfiguration encapsulates information about ingesting and delivering content enabled for Dynamic Ad Insertion (DAI). 
- 
          Each CdnConfiguration has a unique read-only ID assigned by Google and a required name with a maximum length of 255 characters. 
- 
          The type of CDN configuration and its status are important fields, with possible types including LIVE_STREAM_SOURCE_CONTENTand statuses includingACTIVEandARCHIVED.
- 
          SourceContentConfigurationprovides parameters for treating a CDN configuration as a source of content for fetching and delivering original content.
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/v202411
| 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 
 |