Reference documentation and code samples for the Google Ads Ad Manager V1 Client class TargetPlatform.
The target platform of a line item.
Protobuf type google.ads.admanager.v1.TargetPlatformEnum.TargetPlatform
Namespace
Google \ Ads \ AdManager \ V1 \ TargetPlatformEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TARGET_PLATFORM_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum TARGET_PLATFORM_UNSPECIFIED = 0;
ANY
Value: 1A universal target platform that combines mobile and desktop features.
Generated from protobuf enum ANY = 1;
MOBILE
Value: 2Mobile devices.
Generated from protobuf enum MOBILE = 2;
WEB
Value: 3The desktop web.
Generated from protobuf enum WEB = 3;