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 \ RequestStatusPerDestinationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_TYPE_UNSPECIFIED
Value: 0The data type is unspecified.
Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;
Value: 1The data is an email address.
Generated from protobuf enum EMAIL = 1;
PHONE_NUMBER
Value: 2The data is a phone number.
Generated from protobuf enum PHONE_NUMBER = 2;
ADDRESS
Value: 3The data is a physical address.
Generated from protobuf enum ADDRESS = 3;
IP_ADDRESS
Value: 4The data is an IP address.
Generated from protobuf enum IP_ADDRESS = 4;