Reference documentation and code samples for the Google Ads Data Manager V1 Client class PlatformType.
The type of the platform on which the ad was served.
Protobuf type google.ads.datamanager.v1.PlatformType
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PLATFORM_TYPE_UNSPECIFIED
Value: 0Unspecified platform type.
Generated from protobuf enum PLATFORM_TYPE_UNSPECIFIED = 0;
PLATFORM_TYPE_MOBILE
Value: 1Mobile platform.
Generated from protobuf enum PLATFORM_TYPE_MOBILE = 1;
PLATFORM_TYPE_DESKTOP
Value: 2Desktop platform.
Generated from protobuf enum PLATFORM_TYPE_DESKTOP = 2;
PLATFORM_TYPE_CTV
Value: 3CTV platform.
Generated from protobuf enum PLATFORM_TYPE_CTV = 3;
PLATFORM_TYPE_PHONE
Value: 4Phone platform.
Generated from protobuf enum PLATFORM_TYPE_PHONE = 4;
PLATFORM_TYPE_TABLET
Value: 5Tablet platform.
Generated from protobuf enum PLATFORM_TYPE_TABLET = 5;