AppsPeopleOzExternalMergedpeopleapiProfileUrl

AI Overview😉

  • The potential purpose of this module is to retrieve and process Google+ profile URLs associated with a person, which is now deprecated. This module seems to be a relic of the Google+ era and is not applicable to regular users.
  • This module could impact search results by potentially influencing the ranking of profiles or content related to Google+ profiles. However, since Google+ is deprecated, this module's impact is likely minimal or non-existent.
  • Since this module is specific to Google+ and is deprecated, there is no actionable change a website can make to be more favorable for this function. The focus should be on optimizing for other, more relevant ranking factors.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This is a Google+-only field (and thus does not exist for consumer users). See go/fbs-g+-deprecation.

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • url (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.AppsPeopleOzExternalMergedpeopleapiProfileUrl{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    url: 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.