AI-generated Key Takeaways
- 
          The AdBreak resource contains metadata for decisioning ads during a live video event. 
- 
          Key fields for an AdBreak include its name, expected duration, custom parameters, SCTE35 cue out data, pod template name, and break state. 
- 
          The AdBreak resource supports methods for creating and listing 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. | 
| Methods | |
|---|---|
| 
 | API to create an Ad Break within the live stream. | 
| 
 | API to list Ad Breaks within the live stream. |