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 is specified by the required
cdnConfigurationType
field, which can beUNKNOWN
orLIVE_STREAM_SOURCE_CONTENT
. -
The status of a CDN configuration is indicated by the
cdnConfigurationStatus
field, which can beUNKNOWN
,ACTIVE
, orARCHIVED
.
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/v202508
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
|