Enum DynamicAdInsertionTypeEnum.DynamicAdInsertionType (0.54.0)

public enum DynamicAdInsertionTypeEnum.DynamicAdInsertionType extends Enum<DynamicAdInsertionTypeEnum.DynamicAdInsertionType> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED

Default value. This value is unused.

DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED = 0;

DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED = 0;

LINEAR

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

LINEAR = 1;

LINEAR_VALUE

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

LINEAR = 1;

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.

POD_SERVING_MANIFEST = 2;

POD_SERVING_MANIFEST_VALUE

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.

POD_SERVING_MANIFEST = 2;

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_REDIRECT = 3;

POD_SERVING_REDIRECT_VALUE

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_REDIRECT = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()