Class ContactInfo
Contact information defining a Customer Match audience member.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class ContactInfo : IDirectResponseSchema
Properties
CountryCode
Country code of the member. Must also be set with the following fields: * hashed_first_name * hashed_last_name * zip_codes
Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HashedEmails
A list of SHA256 hashed email of the member. Before hashing, remove all whitespace and make sure the string is all lowercase.
Declaration
[JsonProperty("hashedEmails")]
public virtual IList<string> HashedEmails { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
HashedFirstName
SHA256 hashed first name of the member. Before hashing, remove all whitespace and make sure the string is all lowercase. Must also be set with the following fields: * country_code * hashed_last_name * zip_codes
Declaration
[JsonProperty("hashedFirstName")]
public virtual string HashedFirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
HashedLastName
SHA256 hashed last name of the member. Before hashing, remove all whitespace and make sure the string is all lowercase. Must also be set with the following fields: * country_code * hashed_first_name * zip_codes
Declaration
[JsonProperty("hashedLastName")]
public virtual string HashedLastName { get; set; }
Property Value
Type | Description |
---|---|
string |
HashedPhoneNumbers
A list of SHA256 hashed phone numbers of the member. Before hashing, all phone numbers must be formatted using the E.164 format and include the country calling code.
Declaration
[JsonProperty("hashedPhoneNumbers")]
public virtual IList<string> HashedPhoneNumbers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ZipCodes
A list of zip codes of the member. Must also be set with the following fields: * country_code * hashed_first_name * hashed_last_name
Declaration
[JsonProperty("zipCodes")]
public virtual IList<string> ZipCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |