Google Ads Data Manager V1 Client - Class PlatformType (0.6.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PLATFORM_TYPE_UNSPECIFIED

Value: 0

Unspecified platform type.

Generated from protobuf enum PLATFORM_TYPE_UNSPECIFIED = 0;

PLATFORM_TYPE_MOBILE

Value: 1

Mobile platform.

Generated from protobuf enum PLATFORM_TYPE_MOBILE = 1;

PLATFORM_TYPE_DESKTOP

Value: 2

Desktop platform.

Generated from protobuf enum PLATFORM_TYPE_DESKTOP = 2;

PLATFORM_TYPE_CTV

Value: 3

CTV platform.

Generated from protobuf enum PLATFORM_TYPE_CTV = 3;

PLATFORM_TYPE_PHONE

Value: 4

Phone platform.

Generated from protobuf enum PLATFORM_TYPE_PHONE = 4;

PLATFORM_TYPE_TABLET

Value: 5

Tablet platform.

Generated from protobuf enum PLATFORM_TYPE_TABLET = 5;