AI-generated Key Takeaways
-
EnvironmentType is an enum used in Google Ad Manager to specify the valid environments where ads can be displayed.
-
The valid environments defined are
BROWSER
for regular web browsers andVIDEO_PLAYER
for video players. -
Several services in the Google Ad Manager API, such as ForecastService, InventoryService, and LineItemService, utilize the EnvironmentType enum.
Enum for the valid environments in which ads can be shown.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
BROWSER
|
A regular web browser. |
VIDEO_PLAYER
|
Video players. |