AppsPeopleOzExternalMergedpeopleapiPersonExtendedData

AI Overview😉

  • The potential purpose of this module is to gather and store extended data about individuals from various Google services and apps, such as Google+, Hangouts, YouTube, and more. This data is likely used to create a more comprehensive profile of a person, which can be used for various purposes, including search results and personalized experiences.
  • This module could impact search results by providing additional context and information about individuals, which can influence how they appear in search results. For example, if someone has a strong presence on Google+ or YouTube, this data may be used to boost their visibility in search results. Additionally, the extended data may be used to disambiguate individuals with similar names or profiles.
  • To be more favorable for this function, a website may want to ensure that their content and profiles are accurately and thoroughly represented across various Google services and apps. This could include maintaining up-to-date and complete profiles on Google+ and YouTube, as well as ensuring that their website is properly indexed and crawled by Google. Additionally, websites may want to consider implementing Google's recommended schema markup and structured data to provide additional context and information about their content and authors.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Extension data for the whole person entity.

Attributes

  • aboutMeExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedData.t, default: nil) - For use by AboutMe and SmartProfile clients.
  • appsWaldoExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionAppsWaldoExtendedData.t, default: nil) - For use with Apps Waldo Availability Data extension
  • callerIdExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCallerIdExtendedData.t, default: nil) - For use with caller ID extension
  • contactsExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiWebContactsExtendedData.t, default: nil) - For use with Contacts extension.
  • domainName (type: list(String.t), default: nil) - Hosted domain this person is a member of. The domain_name is also returned as part of the person's ReadOnlyProfileInfo, so requesting it via this extension is no longer necessary.
  • dynamiteExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionDynamiteExtendedData.t, default: nil) - For use with Dynamite extension.
  • gpayExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiGPayExtendedData.t, default: nil) - For use with Google Pay extension.
  • gplusExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiGplusExtendedData.t, default: nil) - For use with Google+ extension.
  • hangoutsExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiHangoutsExtendedData.t, default: nil) - For use with Hangouts extension.
  • isPlaceholder (type: boolean(), default: nil) - For use with gmail extensions and lookup by email. If true, no person was actually found using the specified email address, but we want to return TLS info about the email address regardless.
  • mapsExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsExtendedData.t, default: nil) - For use with Maps extension.
  • paisaExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPaisaExtendedData.t, default: nil) - For use with Paisa extension
  • peopleStackExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPeopleStackExtendedData.t, default: nil) - DEPRECATED: Use people_stack_person_extended_data instead. For use with PeopleStack extension.
  • peopleStackPersonExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPeopleStackPersonExtendedData.t, default: nil) - For use with PeopleStack extension.
  • playGamesExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPlayGamesExtendedData.t, default: nil) - For use with Play Games Product Profile extension. See go/jam-games-profile. The play games profile will be returned only for profile-centric requests.
  • tlsIsPlaceholder (type: boolean(), default: nil) - For use with the TLS extension and lookup by email. If true, no person was actually found using the specified email address, but we want to return TLS info about the email address regardless. DEPRECATED: Use is_placeholder instead.
  • youtubeExtendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiYoutubeExtendedData.t, default: nil) - For use with Youtube extension.

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.AppsPeopleOzExternalMergedpeopleapiPersonExtendedData{
    aboutMeExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedData.t()
      | nil,
    appsWaldoExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionAppsWaldoExtendedData.t()
      | nil,
    callerIdExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCallerIdExtendedData.t()
      | nil,
    contactsExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiWebContactsExtendedData.t()
      | nil,
    domainName: [String.t()] | nil,
    dynamiteExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionDynamiteExtendedData.t()
      | nil,
    gpayExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiGPayExtendedData.t()
      | nil,
    gplusExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiGplusExtendedData.t()
      | nil,
    hangoutsExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiHangoutsExtendedData.t()
      | nil,
    isPlaceholder: boolean() | nil,
    mapsExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsExtendedData.t()
      | nil,
    paisaExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPaisaExtendedData.t()
      | nil,
    peopleStackExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPeopleStackExtendedData.t()
      | nil,
    peopleStackPersonExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPeopleStackPersonExtendedData.t()
      | nil,
    playGamesExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPlayGamesExtendedData.t()
      | nil,
    tlsIsPlaceholder: boolean() | nil,
    youtubeExtendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiYoutubeExtendedData.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.