AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedData

AI Overview😉

  • The potential purpose of this module is to analyze and understand user-generated content, specifically about the user's profile, name, and photos. It seems to be focused on identifying and processing information about a user's online identity.
  • This module could impact search results by influencing how Google perceives and ranks user-generated content, such as profiles, social media posts, and other online presence. It may prioritize results that have a clear and consistent online identity, or penalize those with incomplete or inconsistent information.
  • To be more favorable for this function, a website could focus on providing clear and consistent user profile information, such as displaying a user's full name, profile picture, and bio. Additionally, ensuring that user-generated content is accurately attributed to the correct user and providing a clear history of profile updates could also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 2

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

Extension data for use in AboutMe.

Attributes

  • nameDisplayOptions (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataNameDisplayOptions.t, default: nil) -
  • photosCompareData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareData.t, default: nil) -
  • profileEditability (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileEditability.t, default: nil) -
  • profileNameModificationHistory (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileNameModificationHistory.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.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedData{
    nameDisplayOptions:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataNameDisplayOptions.t()
      | nil,
    photosCompareData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareData.t()
      | nil,
    profileEditability:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileEditability.t()
      | nil,
    profileNameModificationHistory:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileNameModificationHistory.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.