Google Ads Ad Manager V1 Client - Class DynamicAdInsertionType (0.8.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class DynamicAdInsertionType.

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

Protobuf type google.ads.admanager.v1.DynamicAdInsertionTypeEnum.DynamicAdInsertionType

Namespace

Google \ Ads \ AdManager \ V1 \ DynamicAdInsertionTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED = 0;

LINEAR

Value: 1

Content manifest is served by Google DAI. Content and ads are stitched together into a unique video manifest per user.

Generated from protobuf enum LINEAR = 1;

POD_SERVING_MANIFEST

Value: 2

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.

Generated from protobuf enum POD_SERVING_MANIFEST = 2;

POD_SERVING_REDIRECT

Value: 3

Content manifest is served by the partner, embedding Google DAI ad segment URLs which redirect to unique Google DAI ad segments per user.

Generated from protobuf enum POD_SERVING_REDIRECT = 3;