enum DynamicAdInsertionType (v202502)

  • DynamicAdInsertionType describes how ads are dynamically inserted into live stream playlists.

  • The LINEAR type indicates content and ads are stitched together by Google DAI into a unique video manifest per user.

  • POD_SERVING_REDIRECT means the partner serves the content manifest with Google DAI ad segment URLs that redirect to unique segments.

  • POD_SERVING_MANIFEST involves Google DAI serving the ads manifest with unique ad pod segments for the player or partner to use.

  • The UNKNOWN value is returned if the actual value is not exposed by the requested API version.

Describes how the live stream will have ads dynamically inserted into playlists.


Namespace
https://www.google.com/apis/ads/publisher/v202502
Enumeration Description
LINEAR Content manifest is served by Google DAI. Content and ads are stitched together into a unique video manifest per user.
POD_SERVING_REDIRECT Content manifest is served by the partner, embedding Google DAI ad segment URLs which redirect to unique Google DAI ad segments per user.
POD_SERVING_MANIFEST Ads manifest is served by Google DAI, containing unique ad pod segments for the video player to switch to from the content stream, or for the partner to stitch directly into the user content manifest.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.