enum AdBreakMarkupType (v202411)

  • AdBreakMarkupType describes the various SCTE ad break markers used in live stream events for both HLS and DASH streams.

  • These markers signal ad break opportunities within the live stream content, using different technologies such as CUE-OUT/CUE-IN, Splice Insert, and Time Signals.

  • Specific AdBreakMarkupType values are designed for either HLS, DASH, or both, impacting how ad breaks are implemented in each streaming format.

  • The enumeration includes standard markers like SCTE35 and platform-specific ones like Adobe/Azure Prime Time (CUE) and Anvato (DATERANGE) for HLS.

Describes the SCTE ad break markups for a LiveStreamEvent.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
AD_BREAK_MARKUP_HLS_EXT_CUE The CUE-OUT/CUE-IN ad break marker type. This mark up type is only applicable for HLS live streams.
AD_BREAK_MARKUP_HLS_PRIMETIME_SPLICE The CUE (Adobe/Azure Prime Time) ad break marker type. This mark up type is only applicable for HLS live streams.
AD_BREAK_MARKUP_HLS_DATERANGE_SPLICE The DATERANGE (Anvato) ad break marker type. This mark up type is only applicable for HLS live streams.
AD_BREAK_MARKUP_SCTE35_XML_SPLICE_INSERT The SCTE35 XML Splice In/Out ad break marker type. This markup type is only applicable for DASH live streams.
AD_BREAK_MARKUP_SCTE35_BINARY_SPLICE_INSERT The SCTE35 Binary Splice Insert ad break marker type. This mark up type is only applicable for HLS and DASH live streams.
AD_BREAK_MARKUP_SCTE35_BINARY_PROVIDER_AD_START_END The SCTE35 Binary Time Signal: Provider Ad Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams.
AD_BREAK_MARKUP_SCTE35_BINARY_PROVIDER_PLACEMENT_OP_START_END The SCTE35 Binary Time Signal: Provider Placement Opportunity Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams.
AD_BREAK_MARKUP_SCTE35_BINARY_BREAK_START_END The SCTE35 Binary Time Signal: Break Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.