Reference documentation and code samples for the Google Ads Data Manager V1 Client class UploadKeyType.
Enum containing the possible upload key types of a user list.
Protobuf type google.ads.datamanager.v1.IngestedUserListInfo.UploadKeyType
Namespace
Google \ Ads \ DataManager \ V1 \ IngestedUserListInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UPLOAD_KEY_TYPE_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum UPLOAD_KEY_TYPE_UNSPECIFIED = 0;
CONTACT_ID
Value: 1Customer info such as email address, phone number or physical address.
Generated from protobuf enum CONTACT_ID = 1;
MOBILE_ID
Value: 2Mobile advertising ids.
Generated from protobuf enum MOBILE_ID = 2;
USER_ID
Value: 3Third party provided user ids.
Generated from protobuf enum USER_ID = 3;
PAIR_ID
Value: 4Publisher advertiser identity reconciliation ids.
Generated from protobuf enum PAIR_ID = 4;
PSEUDONYMOUS_ID
Value: 5Data Management Platform IDs:
- Google User ID
- Partner Provided ID
- Publisher Provided ID
- iOS IDFA
- Android advertising ID
- Roku ID
- Amazon Fire TV ID
- Xbox or Microsoft ID
Generated from protobuf enum PSEUDONYMOUS_ID = 5;