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
value
mixed
static::value
name
mixed
Constants
DATA_SOURCE_TYPE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum DATA_SOURCE_TYPE_UNSPECIFIED = 0;
DATA_SOURCE_TYPE_FIRST_PARTY
Value: 1
The uploaded data is first-party data.
Generated from protobuf enum DATA_SOURCE_TYPE_FIRST_PARTY = 1;
DATA_SOURCE_TYPE_THIRD_PARTY_CREDIT_BUREAU
Value: 2
The 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: 3
The 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: 4
The uploaded data is third party partner data.
Generated from protobuf enum DATA_SOURCE_TYPE_THIRD_PARTY_PARTNER_DATA = 4;

