AppsPeopleOzExternalMergedpeopleapiRelationshipInterest

AI Overview😉

  • The potential purpose of this module is to identify and understand the relationships and interests of users, including their sexual orientation. This could be used to personalize search results and provide more relevant content to users based on their relationships and interests.
  • This module could impact search results by influencing the ranking of websites and content based on how well they align with a user's relationships and interests. For example, a user who has indicated they are part of the LGBTQ+ community may see more relevant results from websites that are inclusive and supportive of that community.
  • To be more favorable for this function, a website could ensure that its content is inclusive and respectful of diverse relationships and interests. This could include using language and imagery that is welcoming to all users, regardless of their sexual orientation or gender identity. Additionally, a website could provide content that is relevant and useful to users with specific relationships and interests, such as resources for LGBTQ+ individuals or communities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Deprecated in b/122464133. No data returned for this field.

Attributes

  • formattedType (type: String.t, default: nil) - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • type (type: String.t, default: nil) - These fields may give away the sexual orientation of the user.

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.AppsPeopleOzExternalMergedpeopleapiRelationshipInterest{
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    type: 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.