enum DynamicAdInsertionType (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
LiveStreamEventService
Describes how the live stream will have ads dynamically inserted into playlists.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eDynamicAdInsertionType\u003c/code\u003e in LiveStreamEventService outlines how ads are dynamically inserted into live stream playlists.\u003c/p\u003e\n"],["\u003cp\u003eIt offers three main ad insertion methods: \u003ccode\u003eLINEAR\u003c/code\u003e, \u003ccode\u003ePOD_SERVING_REDIRECT\u003c/code\u003e, and \u003ccode\u003ePOD_SERVING_MANIFEST\u003c/code\u003e, each with a unique approach to content and ad delivery.\u003c/p\u003e\n"],["\u003cp\u003eGoogle DAI plays a central role in serving content and ad manifests based on the selected insertion type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUNKNOWN\u003c/code\u003e enumeration is returned when the API version doesn't expose the actual value.\u003c/p\u003e\n"]]],["The content details `DynamicAdInsertionType` for live streams, specifying how ads are inserted into playlists. `LINEAR` indicates Google DAI serves the content manifest, stitching ads and content. `POD_SERVING_REDIRECT` signifies the partner serves the content manifest, embedding Google DAI ad URLs. `POD_SERVING_MANIFEST` means Google DAI provides the ad manifest with unique ad pod segments. `UNKNOWN` represents an unexposed value by the API. This describes ad serving through Google's DAI or through a partner's manifest.\n"],null,["# enum DynamicAdInsertionType (v202408)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]