public enum DynamicAdInsertionTypeEnum.DynamicAdInsertionType extends Enum<DynamicAdInsertionTypeEnum.DynamicAdInsertionType> implements ProtocolMessageEnumDescribes how the live stream will have ads dynamically inserted into playlists.
Protobuf enum google.ads.admanager.v1.DynamicAdInsertionTypeEnum.DynamicAdInsertionType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED |
Default value. This value is unused. |
DYNAMIC_AD_INSERTION_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
LINEAR |
Content manifest is served by Google DAI. Content and ads are stitched together into a unique video manifest per user. |
LINEAR_VALUE |
Content manifest is served by Google DAI. Content and ads are stitched together into a unique video manifest 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. |
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_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_VALUE |
Content manifest is served by the partner, embedding Google DAI ad segment URLs which redirect to unique Google DAI ad segments per user. |
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() |
|