Google Ads Ad Manager V1 Client - Class TargetPlatform (0.8.0)

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 \ TargetPlatformEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TARGET_PLATFORM_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum TARGET_PLATFORM_UNSPECIFIED = 0;

ANY

Value: 1

A universal target platform that combines mobile and desktop features.

Generated from protobuf enum ANY = 1;

MOBILE

Value: 2

Mobile devices.

Generated from protobuf enum MOBILE = 2;

WEB

Value: 3

The desktop web.

Generated from protobuf enum WEB = 3;