ResearchScienceSearchNavboostQueryInfo

AI Overview😉

  • The potential purpose of this module is to analyze user behavior and engagement metrics for specific search queries, such as the number of impressions, long clicks, and query counts. This helps Google understand how users interact with search results and identify patterns to improve the search experience.
  • This module could impact search results by influencing the ranking of websites based on user engagement metrics. For example, if a website has a high number of long clicks for a specific query, it may be considered more relevant and useful to users, and therefore, ranked higher in search results. Conversely, websites with low engagement metrics may be demoted in search rankings.
  • To be more favorable for this function, a website may focus on improving user engagement by:
    • Creating high-quality, relevant, and informative content that encourages users to click and stay on the page.
    • Optimizing page loading speed and user experience to reduce bounce rates and increase engagement.
    • Using attention-grabbing titles, meta descriptions, and header tags to entice users to click on the search result.
    • Improving internal linking and content organization to encourage users to explore the website further.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

The information representing one navboost query for the dataset source_url.

Attributes

  • impCount (type: number(), default: nil) - imp_count stores an estimate of the number of impressions for this tuple.
  • lccCount (type: number(), default: nil) - lcc_count stores an estimate of the number of long clicks for this tuple. NOTE: It is similar to query_doc_count, but calculated in different manner.
  • query (type: String.t, default: nil) - The query string.
  • queryCount (type: number(), default: nil) - The query_count stores the counts on this query.
  • queryDocCount (type: number(), default: nil) - The query_doc_count stores the number of long-clicks on this pair.

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.ResearchScienceSearchNavboostQueryInfo{
    impCount: number() | nil,
    lccCount: number() | nil,
    query: String.t() | nil,
    queryCount: number() | nil,
    queryDocCount: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.