Show / Hide Table of Contents

Class UserData

Data that identifies the user. At least one identifier is required.

Inheritance
object
UserData
Implements
IMessage<UserData>
IEquatable<UserData>
IDeepCloneable<UserData>
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 UserData : IMessage<UserData>, IEquatable<UserData>, IDeepCloneable<UserData>, IBufferMessage, IMessage

Constructors

UserData()

Declaration
public UserData()

UserData(UserData)

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

Properties

UserIdentifiers

Required. The identifiers for the user. It's possible to provide multiple instances of the same type of data (for example, multiple email addresses). To increase the likelihood of a match, provide as many identifiers as possible. At most 10 userIdentifiers can be provided in a single [AudienceMember][google.ads.datamanager.v1.AudienceMember] or [Event][google.ads.datamanager.v1.Event].

Declaration
public RepeatedField<UserIdentifier> UserIdentifiers { get; }
Property Value
Type Description
RepeatedField<UserIdentifier>
In this article
Back to top Generated by DocFX