Reference documentation and code samples for the Google Ads Data Manager V1 Client class Platform.
Further detail of the platform on which the ad was served.
Protobuf type google.ads.datamanager.v1.Platform
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PLATFORM_UNSPECIFIED
Value: 0Unspecified platform.
Generated from protobuf enum PLATFORM_UNSPECIFIED = 0;
PLATFORM_IOS
Value: 1iOS platform.
Generated from protobuf enum PLATFORM_IOS = 1;
PLATFORM_ANDROID
Value: 2Android platform.
Generated from protobuf enum PLATFORM_ANDROID = 2;
PLATFORM_WEB
Value: 3Web platform.
Generated from protobuf enum PLATFORM_WEB = 3;