WeboftrustTimeRange

AI Overview😉

  • The potential purpose of this module is to identify and boost "hot" and trending content in search results, particularly for live results. It does this by defining a time range during which the content is considered relevant and timely.
  • This module could impact search results by prioritizing content that is currently popular or trending, making it more visible to users. This could lead to a more dynamic and up-to-date search experience, but may also favor newer content over more established or evergreen content.
  • To be more favorable for this function, a website could focus on creating timely and relevant content that is likely to be popular during a specific time range. This could include creating content around current events, trends, or holidays. Additionally, ensuring that content is regularly updated and refreshed could also help to make it appear more "hot" and relevant to this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Time range (start time and end time). Used to indicate the times in which a LiveResult is considered "hot" and thus a potential for boosting. Specified as Unix time (seconds since midnight, January 1, 1970). Time zone is same as that for query_start_time (i.e., GMT). Next ID: 3

Attributes

  • endUnixTime (type: String.t, default: nil) -
  • startUnixTime (type: String.t, default: nil) - Start and end times should always appear. Marked as optional to avoid breaking code.

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.WeboftrustTimeRange{
  endUnixTime: String.t() | nil,
  startUnixTime: 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.