type SourceContentConfiguration (v202505)

  • SourceContentConfiguration provides parameters for a CDN configuration acting as a source of content, facilitating fetching and delivering original content for stream modification.

  • ingestSettings configure how DAI ingests media by matching URL prefixes and using authentication credentials for downloading content.

  • defaultDeliverySettings configure how DAI delivers non-modified media segments by replacing URL prefixes and applying security policies for user access.

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.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

ingestSettings

MediaLocationSettings

Configuration for how DAI should ingest media. At ingest time, we match the url prefix of media in a stream's playlist with an ingest location and use the authentication credentials from the corresponding ingest settings to download the media. This value is required for a valid source content configuration.

defaultDeliverySettings

MediaLocationSettings

Default configuration for how DAI should deliver the non-modified media segments. At delivery time, we replace the ingest location's url prefix with the delivery location's URL prefix and use the security policy from the delivery settings to determine how DAI needs to deliver the media so that users can access it. This value is required for a valid source content configuration.