View Source GoogleApi.DisplayVideo.V1.Model.ContactInfo (google_api_display_video v0.37.0)

Contact information defining a Customer Match audience member.

Attributes

  • countryCode (type: String.t, default: nil) - Country code of the member. Must also be set with the following fields: hashed_first_name hashed_last_name * zip_codes
  • hashedEmails (type: list(String.t), default: nil) - A list of SHA256 hashed email of the member. Before hashing, remove all whitespace and make sure the string is all lowercase.
  • hashedFirstName (type: String.t, default: nil) - 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
  • hashedLastName (type: String.t, default: nil) - 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
  • hashedPhoneNumbers (type: list(String.t), default: nil) - 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.
  • zipCodes (type: list(String.t), default: nil) - A list of zip codes of the member. Must also be set with the following fields: country_code hashed_first_name * hashed_last_name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ContactInfo{
  countryCode: String.t() | nil,
  hashedEmails: [String.t()] | nil,
  hashedFirstName: String.t() | nil,
  hashedLastName: String.t() | nil,
  hashedPhoneNumbers: [String.t()] | nil,
  zipCodes: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.