[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]