Reference documentation and code samples for the Google Ads Ad Manager V1 Client class RequestPlatform.
The different environments in which an ad can be shown.
Protobuf type google.ads.admanager.v1.RequestPlatformEnum.RequestPlatform
Namespace
Google \ Ads \ AdManager \ V1 \ RequestPlatformEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REQUEST_PLATFORM_UNSPECIFIED
Value: 0
No value specified
Generated from protobuf enum REQUEST_PLATFORM_UNSPECIFIED = 0;
BROWSER
Value: 1
Represents a request made from a web browser (incl. desktop browsers, mobile browsers, webviews, etc.).
Generated from protobuf enum BROWSER = 1;
MOBILE_APP
Value: 2
Represents a request made from a Mobile Application.
Generated from protobuf enum MOBILE_APP = 2;
VIDEO_PLAYER
Value: 3
Represents a request made from a video player.
Generated from protobuf enum VIDEO_PLAYER = 3;