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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The document details `DynamicAdInsertionType` options for live streams, used within the `LiveStreamEventService`. It defines four types: `LINEAR`, where Google handles the content and ad manifest stitching; `POD_SERVING_REDIRECT`, where the partner serves the content manifest and embeds Google ad segment URLs; `POD_SERVING_MANIFEST`, where Google serves an ad manifest with segments for the partner or video player; and `UNKNOWN`, for unexposed API values. This describes the different ways ad can be added dynamically into a playlist.\n"],null,["# enum DynamicAdInsertionType (v202502)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202502/LiveStreamEventService.LiveStreamEvent) \n▼\n**DynamicAdInsertionType**\n\nDescribes how the live stream will have ads dynamically inserted into playlists.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `LINEAR` | Content manifest is served by Google DAI. Content and ads are stitched together into a unique video manifest per user. |\n| `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. |\n| `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. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]