AppsPeopleOzExternalMergedpeopleapiPlusPageInfo

AI Overview😉

  • The potential purpose of this module is to gather information about a Google Plus page and the entity it represents, such as a person or organization. This information includes the application ID, entity type, and metadata about the page.
  • This module could impact search results by providing additional context about a webpage or entity, allowing Google to better understand its relevance and authority. This could lead to more accurate search results, as Google can use this information to distinguish between similar entities or webpages.
  • To be more favorable for this function, a website could ensure that its Google Plus page is accurately and completely filled out, including relevant metadata and application IDs. Additionally, the website could ensure that its online presence is consistent across different platforms, making it easier for Google to gather accurate information about the entity.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information about a plus page and the entity it represents.

Attributes

  • applicationId (type: String.t, default: nil) - Int64 ID of packaging-service entry; if set, the plus page is associated with a third-party application.
  • entityType (type: String.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.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.AppsPeopleOzExternalMergedpeopleapiPlusPageInfo{
    applicationId: String.t() | nil,
    entityType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.