AI-generated Key Takeaways
- 
          AdBreak is resource metadata used to decision ads for an ad break in a live video event. 
- 
          It includes fields such as name, expectedDuration, customParams, scte35CueOut, podTemplateName, and breakState. 
- 
          The breakState enum indicates the current state of an Ad Break, including UNSPECIFIED, DECISIONED, and COMPLETE. 
- 
          Methods are available to create and list Ad Breaks within a live stream. 
Resource: AdBreak
Ad break metadata used to decision ads for an ad break in a live video event.
| JSON representation | 
|---|
| {
  "name": string,
  "expectedDuration": string,
  "customParams": string,
  "scte35CueOut": string,
  "podTemplateName": string,
  "breakState": enum ( | 
| Fields | |
|---|---|
| name | 
 Output only. The resource name of the Ad Break. This field will have the format of "networks/ network_code is the network code in Google Ad Manager to which this content belongs.  asset_key is the key of the Live Stream Event in Google Ad Manage under which the Ad Break was created.   adBreakId is the key of the Ad Break. OUTPUT ONLY. | 
| expectedDuration | 
 Required. Expected break duration. A duration in seconds with up to nine fractional digits, ending with ' | 
| customParams | 
 Key-value pairs to be included on ad requests for this break for custom criteria targeting in Ad Manager. Example: 'key1=value&key2=value2,value22' | 
| scte35CueOut | 
 Base 64 encoded data from the scte35 cue out. May include splice_insert() or time_signal() command. Examples: - with time_signal(): “/DA0AAAAAAAA///wBQb+cr0AUAAeAhxDVUVJSAAAjn/PAAGlmbAICAAAAAAsoKGKNAIAmsnRfg==” - with splice_insert(): "/DAvAAAAAAAA///wFAVIAACPf+/+c2nALv4AUsz1AAAAAAAKAAhDVUVJAAABNWLbowo=" | 
| podTemplateName | 
 Google Ad Manager pod template name. | 
| breakState | 
 The current state of the Ad Break. | 
BreakState
The state of an Ad Break.
| Enums | |
|---|---|
| BREAK_STATE_UNSPECIFIED | The Ad Break state is unknown. | 
| BREAK_STATE_DECISIONED | Ad Break decisioning started but not yet delivered to users. | 
| BREAK_STATE_COMPLETE | Ad Break was delivered to users. | 
| Methods | |
|---|---|
| 
 | API to create an Ad Break within the live stream. | 
| 
 | API to list Ad Breaks within the live stream. |