AppsPeopleOzExternalMergedpeopleapiUserVisibleStats

AI Overview😉

  • The potential purpose of this module is to track user engagement metrics, such as the number of incoming connections (e.g. followers) and views, for a particular user or entity. This information can be used to determine the user's influence, popularity, or relevance within a particular context.
  • This module could impact search results by influencing the ranking of users or entities based on their engagement metrics. For example, users with higher incoming connection counts or view counts may be considered more authoritative or popular, and therefore may be ranked higher in search results. This could also be used to personalize search results, such that users are shown content from users they are more likely to engage with.
  • To be more favorable for this function, a website could focus on increasing user engagement by creating high-quality, relevant, and engaging content that encourages users to interact with each other. This could include strategies such as gamification, social sharing, and community building. Additionally, websites could optimize their user profiles and content to make it easier for users to find and connect with each other, thereby increasing incoming connection counts and view counts.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

DEPRECATED in favor of ProfileStats. Stats pertaining to incoming edges and views, visible to the requester (with acls applied). Related to, but not equal to, com.google.focus.proto.Storage.UserVisibleStats.

Attributes

  • incomingAnyCircleCount (type: String.t, default: nil) - Replacement for deprecated follower_count. Comes from the EdgeSummary.
  • viewCount (type: String.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.AppsPeopleOzExternalMergedpeopleapiUserVisibleStats{
    incomingAnyCircleCount: String.t() | nil,
    viewCount: 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.