IndexingSignalAggregatorAgeWeightedCoverageData

AI Overview😉

  • The potential purpose of this module is to track and analyze the aging of content on the web. It appears to be a part of Google's indexing algorithm, and its purpose is to calculate the relevance and importance of a webpage based on its age, usage patterns, and user interactions.
  • This module could impact search results by influencing the ranking of webpages. Webpages that are deemed to be more relevant and important based on their age, usage patterns, and user interactions may be ranked higher in search results, while those that are deemed to be less relevant may be ranked lower.
  • To be more favorable for this function, a website could focus on creating high-quality, engaging, and relevant content that attracts and retains users. This could include strategies such as regularly updating content, encouraging user interactions, and improving the overall user experience. Additionally, websites could focus on building a strong brand presence and establishing trust with users, which could also positively impact their ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Accumulated coverage data for an url using a constant half-life time. Next tag: 28

Attributes

  • averageChanceTime (type: float(), default: nil) - Weighted averged timestamps of the decayed chances.
  • chances (type: float(), default: nil) - Numbers below are all total in the decayed manner. To get rate of impression/clicks, divide by chances.
  • clicksBad (type: float(), default: nil) -
  • clicksGood (type: float(), default: nil) -
  • clicksImage (type: float(), default: nil) -
  • clicksTotal (type: float(), default: nil) -
  • clicksUnclassified (type: float(), default: nil) -
  • coverageTimestamp (type: String.t, default: nil) - Epoch seconds at which this weighted coverage data was calculated.
  • ctrWeightedImpressions (type: float(), default: nil) -
  • dwells (type: float(), default: nil) - Dwells from KnowledgePanel and WebAnswers.
  • firstBaseCoverageTimestamp (type: String.t, default: nil) - Epoch seconds at which this url first gets coverage in BASE.
  • firstCoveragePagerankNs (type: integer(), default: nil) - The pagerank when the url was serving for the first time.
  • firstCoverageTimestamp (type: String.t, default: nil) - Epoch seconds at which this url first gets coverage data.
  • firstseen (type: String.t, default: nil) -
  • impressions (type: float(), default: nil) -
  • intervalData (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData.t, default: nil) - Interval Data to track the average time between clicks_total, clicks_good, and ctr_weighted_impression.
  • language (type: integer(), default: nil) -
  • lastDwellDateInDays (type: integer(), default: nil) - Indicates the date when this document received the last KnowledgePanel or WebAnswer dwell. Note: The date is identified in terms of number of days since Epoch.
  • lastGoodClickDateInDays (type: integer(), default: nil) - Indicates the date when this document received the last good click. Note: The date is identified in terms of number of days since Epoch.
  • lastImpressionDateInDays (type: integer(), default: nil) - Indicates the date when this document received the last impression. Note: The date is identified in terms of number of days since Epoch.
  • lastLuDwellDateInDays (type: integer(), default: nil) - Indicates the date when this document received the last LocalUniversal dwell. Note: The date is identified in terms of number of days since Epoch.
  • lastPseudoImpressionsDateInDays (type: integer(), default: nil) - Indicates the date when this document received the last pseudo-impression. I.e., when it was retrieved as a result but GWS would not show it because of the document's age in the index. Note: The date is identified in terms of number of days since Epoch.
  • luDwells (type: float(), default: nil) - Dwells from LocalUniversal.
  • repid (type: String.t, default: nil) - Repid in Alexandria pipeline.
  • totalChances (type: String.t, default: nil) - Total number of chances on this urls (not decayed).
  • url (type: String.t, default: nil) -
  • urlfp (type: String.t, default: nil) - Temporary variable, only used during mapreduce.

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.IndexingSignalAggregatorAgeWeightedCoverageData{
    averageChanceTime: float() | nil,
    chances: float() | nil,
    clicksBad: float() | nil,
    clicksGood: float() | nil,
    clicksImage: float() | nil,
    clicksTotal: float() | nil,
    clicksUnclassified: float() | nil,
    coverageTimestamp: String.t() | nil,
    ctrWeightedImpressions: float() | nil,
    dwells: float() | nil,
    firstBaseCoverageTimestamp: String.t() | nil,
    firstCoveragePagerankNs: integer() | nil,
    firstCoverageTimestamp: String.t() | nil,
    firstseen: String.t() | nil,
    impressions: float() | nil,
    intervalData:
      GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData.t()
      | nil,
    language: integer() | nil,
    lastDwellDateInDays: integer() | nil,
    lastGoodClickDateInDays: integer() | nil,
    lastImpressionDateInDays: integer() | nil,
    lastLuDwellDateInDays: integer() | nil,
    lastPseudoImpressionsDateInDays: integer() | nil,
    luDwells: float() | nil,
    repid: String.t() | nil,
    totalChances: String.t() | nil,
    url: String.t() | nil,
    urlfp: 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.