Google Ads Data Manager V1 Client - Class DataType (0.5.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class DataType.

The type of data.

Protobuf type google.ads.datamanager.v1.RequestStatusPerDestination.DataType

Namespace

Google \ Ads \ DataManager \ V1 \ RequestStatusPerDestination

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_TYPE_UNSPECIFIED

Value: 0

The data type is unspecified.

Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;

EMAIL

Value: 1

The data is an email address.

Generated from protobuf enum EMAIL = 1;

PHONE_NUMBER

Value: 2

The data is a phone number.

Generated from protobuf enum PHONE_NUMBER = 2;

ADDRESS

Value: 3

The data is a physical address.

Generated from protobuf enum ADDRESS = 3;

IP_ADDRESS

Value: 4

The data is an IP address.

Generated from protobuf enum IP_ADDRESS = 4;