[[["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\u003eEnvironmentType\u003c/code\u003e is an enum used to specify the environment where ads will be displayed.\u003c/p\u003e\n"],["\u003cp\u003eIt's part of the Google Ad Manager API and is found within the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis enum includes two possible values: \u003ccode\u003eBROWSER\u003c/code\u003e for standard web browsers and \u003ccode\u003eVIDEO_PLAYER\u003c/code\u003e for video player environments.\u003c/p\u003e\n"]]],["The content defines the `EnvironmentType` enumeration, specifying valid environments for ad display. The supported environments are `BROWSER`, representing a regular web browser, and `VIDEO_PLAYER`, which denotes video players. This enumeration is located within the namespace `https://www.google.com/apis/ads/publisher/v202408` and is related to services including `ForecastService`, `InventoryService`, `LineItemService`, `ProposalLineItemService` and `SuggestedAdUnitService`. The `AdUnitSize` is also a dependency.\n"],null,["# enum EnvironmentType (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.EnvironmentType) [InventoryService](/ad-manager/api/reference/v202408/InventoryService.EnvironmentType) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.EnvironmentType) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.EnvironmentType) **SuggestedAdUnitService** **Dependencies** \n[AdUnitSize](/ad-manager/api/reference/v202408/SuggestedAdUnitService.AdUnitSize) \n▼\n**EnvironmentType**\n\nEnum for the valid environments in which ads can be shown.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|----------------|------------------------|\n| `BROWSER` | A regular web browser. |\n| `VIDEO_PLAYER` | Video players. |"]]