QualityCopiaFireflySiteSignal

GoogleApi.ContentWarehouse.V1.Model.QualityCopiaFireflySiteSignal


Table of Contents ▼

Jump to a specific part of the page:

Description

Proto message containing site-level signal for search stack. Because firefly_stats.proto depends on "//segindexer:compositedoc_proto", we cannot make perdocdata contain it.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. dailyClicks (type: String.t, default: nil)
    -
  2. dailyGoodClicks (type: String.t, default: nil)
    -
  3. dataTimeSec (type: String.t, default: nil)
    -
  4. firstBoostedTimeSec (type: String.t, default: nil)
    -
  5. impressionsInBoostedPeriod (type: String.t, default: nil)
    -
  6. latestBylineDateSec (type: String.t, default: nil)
    -
  7. latestFirstseenSec (type: String.t, default: nil)
    -
  8. numOfArticles8 (type: String.t, default: nil)
    -
  9. numOfArticlesByPeriods (type: list(String.t), default: nil)
    - number of articles (lattice article score is 0.8 or more) sliced by 30 days (num_of_articles_by_periods[0] is the newest).
  10. numOfGamblingPages (type: String.t, default: nil)
    -
  11. numOfUrls (type: String.t, default: nil)
    -
  12. numOfUrlsByPeriods (type: list(String.t), default: nil)
    - number of urls sliced by 30 days (num_of_urls_by_periods[0] is the newest).
  13. recentImpForQuotaSystem (type: String.t, default: nil)
    -
  14. siteFp (type: String.t, default: nil)
    - Hash value of the site. This will be used by our experiment and analysis.
  15. totalImpressions (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityCopiaFireflySiteSignal{
dailyClicks: String.t() | nil,
dailyGoodClicks: String.t() | nil,
dataTimeSec: String.t() | nil,
firstBoostedTimeSec: String.t() | nil,
impressionsInBoostedPeriod: String.t() | nil,
latestBylineDateSec: String.t() | nil,
latestFirstseenSec: String.t() | nil,
numOfArticles8: String.t() | nil,
numOfArticlesByPeriods: [String.t()] | nil,
numOfGamblingPages: String.t() | nil,
numOfUrls: String.t() | nil,
numOfUrlsByPeriods: [String.t()] | nil,
recentImpForQuotaSystem: String.t() | nil,
siteFp: String.t() | nil,
totalImpressions: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityCopiaFireflySiteSignal