QualityNavboostCrapsCrapsClickSignals

AI Overview😉

  • The potential purpose of this module is to track and analyze user behavior on search results, specifically clicks and impressions, to determine the quality and relevance of the results. It appears to be focused on identifying "good" clicks, "bad" clicks, and other types of user interactions.
  • This module could impact search results by influencing the ranking of websites based on user behavior. Websites with higher "good" click rates and lower "bad" click rates may be considered more relevant and useful, and therefore ranked higher in search results. Conversely, websites with poor user engagement may be demoted in rankings.
  • To be more favorable for this function, a website may focus on improving user experience and engagement, such as:
    • Creating high-quality, relevant, and useful content that resonates with users.
    • Optimizing website design and layout to improve user navigation and interaction.
    • Reducing bounce rates and increasing time-on-page through engaging content and user-friendly interfaces.
    • Encouraging user interactions, such as likes, shares, and comments, to signal to Google that the content is valuable and relevant.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 14

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

Click / impression signals for craps. The tag numbers are the same as they were in the original CrapsData (below). This is deliberate.

Attributes

  • absoluteImpressions (type: float(), default: nil) - Thus far this field is only used for host level unsquashed impressions. When compressed (e.g., in perdocdata.proto, CompressedQualitySignals), this value is represented individually and thus is generally incompatible with the other values which are compressed as click-ratios.
  • badClicks (type: float(), default: nil) -
  • clicks (type: float(), default: nil) -
  • goodClicks (type: float(), default: nil) -
  • impressions (type: float(), default: nil) -
  • lastLongestClicks (type: float(), default: nil) -
  • unicornClicks (type: float(), default: nil) - The subset of clicks that are associated with an event from a Unicorn user.
  • unsquashedClicks (type: float(), default: nil) - This is not being populated for the current format - instead two instances of CrapsClickSignals (squashed/unsquashed) are used. We are migrating to the new format where this field will be populated.
  • unsquashedImpressions (type: float(), default: nil) - This is not being populated for the current format - instead two instances of CrapsClickSignals (squashed/unsquashed) are used. We are migrating to the new format where this field will be populated.
  • unsquashedLastLongestClicks (type: float(), 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.QualityNavboostCrapsCrapsClickSignals{
    absoluteImpressions: float() | nil,
    badClicks: float() | nil,
    clicks: float() | nil,
    goodClicks: float() | nil,
    impressions: float() | nil,
    lastLongestClicks: float() | nil,
    unicornClicks: float() | nil,
    unsquashedClicks: float() | nil,
    unsquashedImpressions: float() | nil,
    unsquashedLastLongestClicks: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.