AI-generated Key Takeaways
-
SuggestedAdUnitService objects utilize the EnvironmentType enum to define the environment where ads will be displayed.
-
The EnvironmentType enum includes options for web browsers (
BROWSER
) and video players (VIDEO_PLAYER
). -
This enum is part of the Google Ad Manager API and is defined within the namespace
https://www.google.com/apis/ads/publisher/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. |