AI-generated Key Takeaways
-
RequestPlatform specifies the origin and rendering environment of an ad request, such as web browsers, mobile apps, or video players.
-
It's an enumeration with values like
BROWSER
,MOBILE_APP
, andVIDEO_PLAYER
to categorize the request source. -
UNKNOWN
is used when the actual platform is not exposed by the API version, while other values denote specific platforms. -
This information is crucial for ad targeting and delivery optimization in Google Ad Manager.
Represents the platform which requests and renders the ad.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |
BROWSER
|
Represents a request made from a web browser. This includes both desktop and mobile web. |
MOBILE_APP
|
Represents a request made from a mobile application. This includes mobile app interstitial and rewarded video requests. |
VIDEO_PLAYER
|
Represents a request made from a video player that is playing publisher content. This includes video players embedded in web pages and mobile applications, and connected TV screens. |