AI-generated Key Takeaways
- 
          The AdExchangeEnvironment enumeration identifies the format of inventory or "channel" where ads are served. 
- 
          It defines various environments where ads can be displayed, such as browser, in-stream video, games, and mobile apps. 
- 
          The enumeration includes specific values for different ad formats within mobile apps and browsers, like out-stream video. 
Identifies the format of inventory or "channel" in which ads serve.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| 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. |