Reference documentation and code samples for the Google Ads Data Manager V1 Client class IngestedUserListInfo.
Represents a user list that is populated by user provided data.
Generated from protobuf message google.ads.datamanager.v1.IngestedUserListInfo
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ upload_key_types
int[]
Required. Immutable. Upload key types of this user list.
↳ contact_id_info
↳ mobile_id_info
↳ user_id_info
↳ pair_id_info
PairIdInfo
Optional. Additional information when PAIR_ID
is one of the upload_key_types
. This feature is only available to data partners.
↳ pseudonymous_id_info
PseudonymousIdInfo
Optional. Additional information for PSEUDONYMOUS_ID
is one of the upload_key_types
.
↳ partner_audience_info
PartnerAudienceInfo
Optional. Additional information for partner audiences. This feature is only available to data partners.
getUploadKeyTypes
Required. Immutable. Upload key types of this user list.
setUploadKeyTypes
Required. Immutable. Upload key types of this user list.
var
int[]
$this
getContactIdInfo
Optional. Additional information when CONTACT_ID
is one of the upload_key_types
.
hasContactIdInfo
clearContactIdInfo
setContactIdInfo
Optional. Additional information when CONTACT_ID
is one of the upload_key_types
.
$this
getMobileIdInfo
Optional. Additional information when MOBILE_ID
is one of the upload_key_types
.
hasMobileIdInfo
clearMobileIdInfo
setMobileIdInfo
Optional. Additional information when MOBILE_ID
is one of the upload_key_types
.
$this
getUserIdInfo
Optional. Additional information when USER_ID
is one of the upload_key_types
.
hasUserIdInfo
clearUserIdInfo
setUserIdInfo
Optional. Additional information when USER_ID
is one of the upload_key_types
.
$this
getPairIdInfo
Optional. Additional information when PAIR_ID
is one of the upload_key_types
.
This feature is only available to data partners.
hasPairIdInfo
clearPairIdInfo
setPairIdInfo
Optional. Additional information when PAIR_ID
is one of the upload_key_types
.
This feature is only available to data partners.
$this
getPseudonymousIdInfo
Optional. Additional information for PSEUDONYMOUS_ID
is one of the upload_key_types
.
hasPseudonymousIdInfo
clearPseudonymousIdInfo
setPseudonymousIdInfo
Optional. Additional information for PSEUDONYMOUS_ID
is one of the upload_key_types
.
$this
getPartnerAudienceInfo
Optional. Additional information for partner audiences.
This feature is only available to data partners.
hasPartnerAudienceInfo
clearPartnerAudienceInfo
setPartnerAudienceInfo
Optional. Additional information for partner audiences.
This feature is only available to data partners.
$this

