RepositoryWebrefRefconQueryStats

AI Overview😉

  • The potential purpose of this module is to track and analyze search query statistics for a document, such as the total number of queries related to the document. This helps to estimate the popularity of the document.
  • This module could impact search results by influencing the ranking of documents based on their popularity. Documents with higher query counts may be considered more relevant or popular, and therefore may be ranked higher in search results. This could lead to more popular or trending content being surfaced to users.
  • A website may change things to be more favorable for this function by optimizing their content to match popular search queries, increasing the relevance and usefulness of their content to users, and improving their content's discoverability. This could involve keyword research, content optimization, and ensuring that their content is easily crawlable and indexable by search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains high level search query statistics of the document.

Attributes

  • aggregatedQueryCount (type: float(), default: nil) - Total query count for the document from all the query terms. Can be used to estimate the popularity of the document.

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.RepositoryWebrefRefconQueryStats{
  aggregatedQueryCount: float() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.