AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats

AI Overview😉

  • Potential purpose of module: This module appears to be related to tracking and storing statistics about user profiles, specifically the number of incoming connections (e.g., followers) and views on a profile. The purpose is to provide a snapshot of a user's online presence and engagement.
  • Impact on search results: This module could impact search results by influencing the ranking of profiles or content associated with users who have a higher number of incoming connections or views. This could be seen as a signal of relevance, authority, or popularity, which might boost the visibility of certain profiles or content in search results.
  • Optimization strategies: To be more favorable for this function, a website could focus on increasing engagement and connections on user profiles, such as:
    • Encouraging users to connect with each other
    • Improving user profile completeness and visibility
    • Enhancing user experience to increase profile views and interactions

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

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) - Deprecated. This field is no longer populated by the server.

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.AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats{
    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.