ContactInfo
import type { ContactInfo } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Contact information defining a Customer Match audience member.
§Properties
Country code of the member. Must also be set with the following fields: * hashed_first_name * hashed_last_name * zip_codes
A list of SHA256 hashed email of the member. Before hashing, remove all whitespace and make sure the string is all lowercase.
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
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
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.