AppsPeopleOzExternalMergedpeopleapiCircleMembership

AI Overview😉

  • The potential purpose of this module is to analyze a user's social connections and group affiliations, likely to better understand their interests and preferences. This could be used to personalize search results or provide more relevant recommendations.
  • This module could impact search results by influencing the ranking of websites or content created by individuals or groups that the user is connected to or affiliated with. For example, if a user is a member of a circle or group related to a specific industry or hobby, search results may prioritize content from other members of that circle or group.
  • To be more favorable for this function, a website could focus on building a community or group around its content, encouraging users to join or participate in discussions. This could include creating social media groups, forums, or other interactive features that allow users to connect with each other and share content. Additionally, websites could prioritize content from authors or creators who are part of the same social circles or groups as their target audience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A circle membership that the person has. A circle membership is created by adding a person to a circle by person-id or by email.

Attributes

  • circleId (type: String.t, default: nil) - The circle that the person belongs to.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiCircleMembership{
    circleId: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.