AI-generated Key Takeaways
- 
          Display & Video 360 API v1 has been sunset. 
- 
          The content lists possible instream positions for ads. 
- 
          CONTENT_INSTREAM_POSITION_PRE-ROLLrefers to ads played before streaming content.
- 
          CONTENT_INSTREAM_POSITION_MID-ROLLrefers to ads played during streaming content.
- 
          CONTENT_INSTREAM_POSITION_POST-ROLLrefers to ads played after streaming content.
Possible content instream positions.
| Enums | |
|---|---|
| CONTENT_INSTREAM_POSITION_UNSPECIFIED | Content instream position is not specified in this version. This enum is a place holder for a default value and does not represent a real in stream ad position. | 
| CONTENT_INSTREAM_POSITION_PRE_ROLL | Ads that play before streaming content. | 
| CONTENT_INSTREAM_POSITION_MID_ROLL | Ads that play between the beginning and end of streaming content. | 
| CONTENT_INSTREAM_POSITION_POST_ROLL | Ads that play at the end of streaming content. | 
| CONTENT_INSTREAM_POSITION_UNKNOWN | Ads instream position is unknown. |