Class UserIdentifier
A single identifier for the user.
Inheritance
UserIdentifier
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UserIdentifier : IMessage<UserIdentifier>, IEquatable<UserIdentifier>, IDeepCloneable<UserIdentifier>, IBufferMessage, IMessage
Constructors
UserIdentifier()
Declaration
UserIdentifier(UserIdentifier)
Declaration
public UserIdentifier(UserIdentifier other)
Parameters
Properties
Address
The known components of a user's address. Holds a grouping
of identifiers that are matched all at once.
Declaration
public AddressInfo Address { get; set; }
Property Value
EmailAddress
Hashed email address using SHA-256 hash function after normalization.
Declaration
public string EmailAddress { get; set; }
Property Value
HasEmailAddress
Gets whether the "email_address" field is set
Declaration
public bool HasEmailAddress { get; }
Property Value
HasPhoneNumber
Gets whether the "phone_number" field is set
Declaration
public bool HasPhoneNumber { get; }
Property Value
IdentifierCase
Declaration
public UserIdentifier.IdentifierOneofCase IdentifierCase { get; }
Property Value
PhoneNumber
Hashed phone number using SHA-256 hash function after normalization (E164
standard).
Declaration
public string PhoneNumber { get; set; }
Property Value