FocusBackendSecondaryContactId

AI Overview😉

  • The potential purpose of this module is to help identify and verify the authenticity of contact information (e.g. phone numbers, email addresses, and names) associated with a website or content creator. This could be used to combat spam, fake identities, or other forms of misinformation.
  • This module could impact search results by influencing the ranking of websites or content based on the accuracy and legitimacy of their contact information. Websites with verified and accurate contact information may be considered more trustworthy and therefore ranked higher, while those with suspicious or fake contact information may be penalized.
  • To be more favorable for this function, a website could ensure that their contact information is accurate, up-to-date, and easily accessible. This could include providing clear and consistent contact details across all platforms, using verified email addresses and phone numbers, and making it easy for users to get in touch with them. Additionally, using secure and trusted methods for hashing and storing contact information could also improve the website's standing with this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.FocusBackendSecondaryContactId (google_api_content_warehouse v0.4.0)

The secondary ID of a contact.

Attributes

  • contactDetailHash (type: list(GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactDetailHash.t), default: nil) - The hashes of the contact details (e.g. phone number and email address).
  • contactName (type: String.t, default: nil) - The contact's full name, not hashed.
  • contactNameHash (type: String.t, default: nil) - The hash of contact's full name, generated using Fingerprint2011(). Cast this field to string in javascript to make it compile in js.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FocusBackendSecondaryContactId{
  contactDetailHash:
    [GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactDetailHash.t()]
    | nil,
  contactName: String.t() | nil,
  contactNameHash: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.