enum EnvironmentType (v202408)
Enum for the valid environments in which ads can be shown.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["ForecastService supports various services like InventoryService, LineItemService, ProposalLineItemService, and SuggestedAdUnitService, with dependencies on LineItemSummary and ProposalLineItem."],["`EnvironmentType` is an enum used to specify the ad display environment, such as a web browser (`BROWSER`) or a video player (`VIDEO_PLAYER`)."]]],["The document defines `EnvironmentType`, an enumeration specifying valid environments for ad display. It lists two types: `BROWSER` (regular web browsers) and `VIDEO_PLAYER` (video players). The document also references four services: `ForecastService`, `InventoryService`, `LineItemService`, `ProposalLineItemService`, and `SuggestedAdUnitService`. Two dependencies are mentioned: `LineItemSummary` and `ProposalLineItem`. The namespace for these services and types is provided.\n"]]