enum EnvironmentType (v202411)
Enum for the valid environments in which ads can be shown.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
BROWSER
|
A regular web browser.
|
VIDEO_PLAYER
|
Video players.
|
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 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["EnvironmentType is an enumeration used to specify the environment where ads will be displayed, such as a web browser or video player."],["This enum includes two values: `BROWSER` for regular web browsers and `VIDEO_PLAYER` for video players."],["It is used by several services, including ForecastService, LineItemService, ProposalLineItemService, and SuggestedAdUnitService, to define the environment for ad requests."],["The namespace for EnvironmentType is `https://www.google.com/apis/ads/publisher/v202411`."]]],["The content defines the `EnvironmentType` enumeration, specifying valid environments for ad display. The core environments are `BROWSER` (regular web browser) and `VIDEO_PLAYER` (video players). This enumeration is found within the namespace `https://www.google.com/apis/ads/publisher/v202411`. It is associated with multiple services, namely, `ForecastService`, `InventoryService`, `LineItemService`, `ProposalLineItemService` and `SuggestedAdUnitService`, and depends on `AdUnitSize`.\n"]]