Google Ads Data Manager V1 Client - Class UploadKeyType (0.2.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UPLOAD_KEY_TYPE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum UPLOAD_KEY_TYPE_UNSPECIFIED = 0;

CONTACT_ID

Value: 1

Customer info such as email address, phone number or physical address.

Generated from protobuf enum CONTACT_ID = 1;

MOBILE_ID

Value: 2

Mobile advertising ids.

Generated from protobuf enum MOBILE_ID = 2;

USER_ID

Value: 3

Third party provided user ids.

Generated from protobuf enum USER_ID = 3;

PAIR_ID

Value: 4

Publisher advertiser identity reconciliation ids.

Generated from protobuf enum PAIR_ID = 4;

PSEUDONYMOUS_ID

Value: 5

Data 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;