WeboftrustLiveResultProviderDocAttachment

AI Overview😉

  • The potential purpose of this module is to identify specific web pages that are eligible to trigger "Live Results" based on certain conditions or use-cases defined by the provider. This allows Google to show more dynamic and relevant search results for specific searches.
  • This module could impact search results by influencing which web pages are selected to display Live Results, which can affect the visibility and ranking of certain websites. It may also impact the types of searches that trigger Live Results, making search results more personalized and relevant to users.
  • To be more favorable for this function, a website may need to ensure that it is providing relevant and high-quality content that aligns with the use-cases defined by the provider. This could involve optimizing website structure and content to better match the "tag" and "tagFp" fields, which may help trigger Live Results for specific searches. Additionally, websites may need to ensure that they are providing accurate and consistent metadata to help Google's algorithm understand their content and relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Per-provider attachment of a LiveResult. Used to identify pages for which result-based triggering of Live Results should appear. Theoretically there can be more than one attachment per web document, so we keep them as a repeated field of the LiveResultsDocAttachment. Next ID: 4

Attributes

  • providerId (type: String.t, default: nil) -
  • tag (type: String.t, default: nil) - Tag that specifies the use-case within provider's data. It appears as a string in Alexandria signal and in the DocJoins. During the indexing stage this field will be converted to a 64-bit fingerprint to save space. See the "tag_fp" field, below.
  • tagFp (type: String.t, default: nil) - A fingerprint of the "tag" field, automatically calculated during the indexing stage. Will be used as a key for fetching the data.

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.WeboftrustLiveResultProviderDocAttachment{
    providerId: String.t() | nil,
    tag: String.t() | nil,
    tagFp: 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.