Class UserIdentifier
User identifying information. Exactly one type of identifier must be specified.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class UserIdentifier : IDirectResponseSchema
Properties
AddressInfo
Address information.
Declaration
[JsonProperty("addressInfo")]
public virtual OfflineUserAddressInfo AddressInfo { get; set; }
Property Value
Type | Description |
---|---|
OfflineUserAddressInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HashedEmail
Hashed email address using SHA-256 hash function after normalization.
Declaration
[JsonProperty("hashedEmail")]
public virtual string HashedEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
HashedPhoneNumber
Hashed phone number using SHA-256 hash function after normalization (E164 standard).
Declaration
[JsonProperty("hashedPhoneNumber")]
public virtual string HashedPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |