Show / Hide Table of Contents

Class IngestedUserListInfo

Represents a user list that is populated by user provided data.

Inheritance
object
IngestedUserListInfo
Implements
IMessage<IngestedUserListInfo>
IEquatable<IngestedUserListInfo>
IDeepCloneable<IngestedUserListInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class IngestedUserListInfo : IMessage<IngestedUserListInfo>, IEquatable<IngestedUserListInfo>, IDeepCloneable<IngestedUserListInfo>, IBufferMessage, IMessage

Constructors

IngestedUserListInfo()

Declaration
public IngestedUserListInfo()

IngestedUserListInfo(IngestedUserListInfo)

Declaration
public IngestedUserListInfo(IngestedUserListInfo other)
Parameters
Type Name Description
IngestedUserListInfo other

Properties

ContactIdInfo

Optional. Additional information when CONTACT_ID is one of the upload_key_types.

Declaration
public ContactIdInfo ContactIdInfo { get; set; }
Property Value
Type Description
ContactIdInfo

MobileIdInfo

Optional. Additional information when MOBILE_ID is one of the upload_key_types.

Declaration
public MobileIdInfo MobileIdInfo { get; set; }
Property Value
Type Description
MobileIdInfo

PairIdInfo

Optional. Additional information when PAIR_ID is one of the upload_key_types.

This feature is only available to data partners.

Declaration
public PairIdInfo PairIdInfo { get; set; }
Property Value
Type Description
PairIdInfo

PartnerAudienceInfo

Optional. Additional information for partner audiences.

This feature is only available to data partners.

Declaration
public PartnerAudienceInfo PartnerAudienceInfo { get; set; }
Property Value
Type Description
PartnerAudienceInfo

PseudonymousIdInfo

Optional. Additional information for PSEUDONYMOUS_ID is one of the upload_key_types.

Declaration
public PseudonymousIdInfo PseudonymousIdInfo { get; set; }
Property Value
Type Description
PseudonymousIdInfo

UploadKeyTypes

Required. Immutable. Upload key types of this user list.

Declaration
public RepeatedField<IngestedUserListInfo.Types.UploadKeyType> UploadKeyTypes { get; }
Property Value
Type Description
RepeatedField<IngestedUserListInfo.Types.UploadKeyType>

UserIdInfo

Optional. Additional information when USER_ID is one of the upload_key_types.

Declaration
public UserIdInfo UserIdInfo { get; set; }
Property Value
Type Description
UserIdInfo
In this article
Back to top Generated by DocFX