AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo

AI Overview😉

  • The potential purpose of this module is to identify and extract information about a person's affiliation with a specific domain or organization. This could be used to understand a person's professional or social connections, and potentially influence search results based on this information.
  • This module could impact search results by giving more weight to content or profiles associated with a person's primary domain or organization. This could lead to more personalized results, but also potentially create biases towards certain domains or organizations. Additionally, it could affect the ranking of results from different domains, favoring those with stronger affiliations.
  • To be more favorable for this function, a website could ensure that it clearly indicates its domain and organization affiliations, and provides accurate and up-to-date information about its members or contributors. This could include using standardized metadata or schema markup to identify domain and organization relationships. Additionally, websites could focus on building strong, high-quality content and connections within their domain or organization, to increase their visibility and credibility.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

DEPRECATED.

Attributes

  • domainBadge (type: list(String.t), default: nil) - DEPRECATED. Organization badge for the domain this person is a member of. The badge is the primary hosted domain.
  • domainName (type: list(String.t), default: nil) - DEPRECATED. Hosted domain this person is a member of. Formerly only available via PersonExtendedData.

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.AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo{
    domainBadge: [String.t()] | nil,
    domainName: [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.