WirelessTranscoderFetchFetchSourceInfo

AI Overview😉

  • The potential purpose of this module is to track and identify which "fetcher" (a component that retrieves content) successfully satisfied a search request, along with any additional details about how it was satisfied. This helps Google understand how their content retrieval systems are performing and identify areas for improvement.
  • This module could impact search results by influencing the ranking of content based on how efficiently and effectively it can be retrieved. If a particular fetcher is consistently able to satisfy search requests quickly and accurately, Google may prioritize content retrieved by that fetcher in search results. Conversely, if a fetcher is slow or unreliable, Google may demote content retrieved by that fetcher.
  • To be more favorable to this function, a website could focus on optimizing their content for fast and efficient retrieval. This could include ensuring that their website is mobile-friendly, has fast loading speeds, and uses efficient caching and content delivery networks (CDNs). Additionally, websites could consider implementing structured data and schema markup to help Google's fetchers quickly understand their content and satisfy search requests.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

To tag which fetcher satisfied this fetch request with optional detail.

Attributes

  • detail (type: String.t, default: nil) - Provides fetcher-specific detail about how source satisfied the request.
  • source (type: String.t, default: nil) - The fetcher that ultimately satisfied this fetch request.

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.WirelessTranscoderFetchFetchSourceInfo{
    detail: String.t() | nil,
    source: 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.