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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eAdBreakMarkupType\u003c/code\u003e describes the various SCTE ad break markers used in live stream events for both HLS and DASH streams.\u003c/p\u003e\n"],["\u003cp\u003eThese markers signal ad break opportunities within the live stream content, using different technologies such as CUE-OUT/CUE-IN, Splice Insert, and Time Signals.\u003c/p\u003e\n"],["\u003cp\u003eSpecific \u003ccode\u003eAdBreakMarkupType\u003c/code\u003e values are designed for either HLS, DASH, or both, impacting how ad breaks are implemented in each streaming format.\u003c/p\u003e\n"],["\u003cp\u003eThe enumeration includes standard markers like SCTE35 and platform-specific ones like Adobe/Azure Prime Time (CUE) and Anvato (DATERANGE) for HLS.\u003c/p\u003e\n"]]],["The content defines `AdBreakMarkupType` for `LiveStreamEvent` within the `LiveStreamEventService`. This enumeration specifies SCTE ad break markups for live streams, distinguishing between HLS and DASH formats. Available types include: `AD_BREAK_MARKUP_HLS_EXT_CUE`, `AD_BREAK_MARKUP_HLS_PRIMETIME_SPLICE`, `AD_BREAK_MARKUP_HLS_DATERANGE_SPLICE`, `AD_BREAK_MARKUP_SCTE35_XML_SPLICE_INSERT`, `AD_BREAK_MARKUP_SCTE35_BINARY_SPLICE_INSERT`, `AD_BREAK_MARKUP_SCTE35_BINARY_PROVIDER_AD_START_END`, `AD_BREAK_MARKUP_SCTE35_BINARY_PROVIDER_PLACEMENT_OP_START_END`, `AD_BREAK_MARKUP_SCTE35_BINARY_BREAK_START_END`, and `UNKNOWN`. Each type dictates how ad breaks are marked, catering to specific live stream protocols and markers.\n"],null,["# enum AdBreakMarkupType (v202411)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent) \n▼\n**AdBreakMarkupType**\n\nDescribes the SCTE ad break markups for a [LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n| `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. |\n| `AD_BREAK_MARKUP_HLS_DATERANGE_SPLICE` | The DATERANGE (Anvato) ad break marker type. This mark up type is only applicable for HLS live streams. |\n| `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. |\n| `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. |\n| `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. |\n| `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. |\n| `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. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]