IndexingSignalAggregatorAgeWeightedCoverageData

GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAgeWeightedCoverageData


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

  1. averageChanceTime (type: float(), default: nil)
    - Weighted averged timestamps of the decayed chances.
  2. chances (type: float(), default: nil)
    - Numbers below are all total in the decayed manner. To get rate of impression/clicks, divide by chances.
  3. clicksBad (type: float(), default: nil)
    -
  4. clicksGood (type: float(), default: nil)
    -
  5. clicksImage (type: float(), default: nil)
    -
  6. clicksTotal (type: float(), default: nil)
    -
  7. clicksUnclassified (type: float(), default: nil)
    -
  8. coverageTimestamp (type: String.t, default: nil)
    - Epoch seconds at which this weighted coverage data was calculated.
  9. ctrWeightedImpressions (type: float(), default: nil)
    -
  10. dwells (type: float(), default: nil)
    - Dwells from KnowledgePanel and WebAnswers.
  11. firstBaseCoverageTimestamp (type: String.t, default: nil)
    - Epoch seconds at which this url first gets coverage in BASE.
  12. firstCoveragePagerankNs (type: integer(), default: nil)
    - The pagerank when the url was serving for the first time.
  13. firstCoverageTimestamp (type: String.t, default: nil)
    - Epoch seconds at which this url first gets coverage data.
  14. firstseen (type: String.t, default: nil)
    -
  15. impressions (type: float(), default: nil)
    -
  16. intervalData (type: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData, default: nil)
    - Interval Data to track the average time between clicks_total, clicks_good, and ctr_weighted_impression.
  17. language (type: integer(), default: nil)
    -
  18. 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.
  19. 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.
  20. 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.
  21. 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.
  22. 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.
  23. luDwells (type: float(), default: nil)
    - Dwells from LocalUniversal.
  24. repid (type: String.t, default: nil)
    - Repid in Alexandria pipeline.
  25. totalChances (type: String.t, default: nil)
    - Total number of chances on this urls (not decayed).
  26. url (type: String.t, default: nil)
    -
  27. urlfp (type: String.t, default: nil)
    - Temporary variable, only used during mapreduce.

Type

@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
}

Function

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

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