AI-generated Key Takeaways
-
AdExchangeEnvironment
identifies the ad serving environment, such as display, video, or mobile. -
This enumeration includes options for in-stream and out-stream video ads, as well as specific environments like games and mobile apps.
-
AdExchangeEnvironment
helps categorize inventory based on where ads will be displayed, ensuring the correct ad formats are delivered. -
The API uses a namespace
https://www.google.com/apis/ads/publisher/v202411
forAdExchangeEnvironment
. -
UNKNOWN
value is returned if the actual value is not exposed by the requested API version.
Identifies the format of inventory or "channel" in which ads serve.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
DISPLAY
|
Ads serve in a browser. |
VIDEO
|
In-stream video ads serve in a video. |
GAMES
|
In-stream video ads serve in a game. |
MOBILE
|
Ads serve in a mobile app. |
MOBILE_OUTSTREAM_VIDEO
|
Out-stream video ads serve in a mobile app. Examples include mobile app interstitials and mobile app rewarded ads. |
DISPLAY_OUTSTREAM_VIDEO
|
Out-stream video ads serve in a browser. Examples include in-feed and in-banner video ads. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |