Reference documentation and code samples for the Google Ads Data Manager V1 Client class DataSourceType.
Indicates source of upload data.
Protobuf type google.ads.datamanager.v1.DataSourceType
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_SOURCE_TYPE_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum DATA_SOURCE_TYPE_UNSPECIFIED = 0;
DATA_SOURCE_TYPE_FIRST_PARTY
Value: 1The uploaded data is first-party data.
Generated from protobuf enum DATA_SOURCE_TYPE_FIRST_PARTY = 1;
DATA_SOURCE_TYPE_THIRD_PARTY_CREDIT_BUREAU
Value: 2The uploaded data is from a third-party credit bureau.
Generated from protobuf enum DATA_SOURCE_TYPE_THIRD_PARTY_CREDIT_BUREAU = 2;
DATA_SOURCE_TYPE_THIRD_PARTY_VOTER_FILE
Value: 3The uploaded data is from a third-party voter file.
Generated from protobuf enum DATA_SOURCE_TYPE_THIRD_PARTY_VOTER_FILE = 3;
DATA_SOURCE_TYPE_THIRD_PARTY_PARTNER_DATA
Value: 4The uploaded data is third party partner data.
Generated from protobuf enum DATA_SOURCE_TYPE_THIRD_PARTY_PARTNER_DATA = 4;