enum AdExchangeEnvironment (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Identifies the format of inventory or "channel" in which ads serve.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eAdExchangeEnvironment\u003c/code\u003e identifies the ad serving environment, such as display, video, or mobile.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration includes options for in-stream and out-stream video ads, as well as specific environments like games and mobile apps.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAdExchangeEnvironment\u003c/code\u003e helps categorize inventory based on where ads will be displayed, ensuring the correct ad formats are delivered.\u003c/p\u003e\n"],["\u003cp\u003eThe API uses a namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e for \u003ccode\u003eAdExchangeEnvironment\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNKNOWN\u003c/code\u003e value is returned if the actual value is not exposed by the requested API version.\u003c/p\u003e\n"]]],["The core content details the `AdExchangeEnvironment` enumeration, a component of the `ProposalService` within the provided API. This enumeration defines the ad serving environment or channel. Key values include `DISPLAY` (browser ads), `VIDEO` (in-stream video), `GAMES` (in-game video), `MOBILE` (mobile app ads), `MOBILE_OUTSTREAM_VIDEO` (mobile out-stream video), and `DISPLAY_OUTSTREAM_VIDEO` (browser out-stream video). The `UNKNOWN` value is used for unexposed values. These settings are part of the `BuyerRfp` dependency.\n"],null,["# enum AdExchangeEnvironment (v202411)\n\n**Service** \n**ProposalService** **Dependencies** \n[BuyerRfp](/ad-manager/api/reference/v202411/ProposalService.BuyerRfp) \n▼\n**AdExchangeEnvironment**\n\nIdentifies the format of inventory or \"channel\" in which ads serve.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|---------------------------|--------------------------------------------------------------------------------------------------------------------|\n| `DISPLAY` | Ads serve in a browser. |\n| `VIDEO` | In-stream video ads serve in a video. |\n| `GAMES` | In-stream video ads serve in a game. |\n| `MOBILE` | Ads serve in a mobile app. |\n| `MOBILE_OUTSTREAM_VIDEO` | Out-stream video ads serve in a mobile app. Examples include mobile app interstitials and mobile app rewarded ads. |\n| `DISPLAY_OUTSTREAM_VIDEO` | Out-stream video ads serve in a browser. Examples include in-feed and in-banner video ads. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]