AI-generated Key Takeaways
- 
          The AdExchangeEnvironmentenumeration identifies the format of inventory or "channel" where ads serve.
- 
          Different enumeration values indicate various environments such as display, video, games, and mobile. 
- 
          Specific values differentiate between in-stream and out-stream video ads in both mobile and browser environments. 
- 
          UNKNOWNis returned when the actual value is not exposed by the requested API version.
Identifies the format of inventory or "channel" in which ads serve.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description | 
|---|---|
| DISPLAY | Ads serve in a browser. | 
| VIDEO | In-stream video ads serve in a video. | 
| GAMES | In-stream video ads serve in a game. | 
| MOBILE | Ads serve in a mobile app. | 
| MOBILE_OUTSTREAM_VIDEO | Out-stream video ads serve in a mobile app. Examples include mobile app interstitials and mobile app rewarded ads. | 
| DISPLAY_OUTSTREAM_VIDEO | Out-stream video ads serve in a browser. Examples include in-feed and in-banner video ads. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |