GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlScore
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Representation of numeric signal of a url.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dsacNumWeeklyPerfRecords
(type:integer()
, default:nil
)
- The number of weekly performance records if the UrlScore is extracted from the DSAC data. It should be used in case a URL is no longer served. As of 2014-10-14, this field is for the evaluation purpose only. -
eligibleExperimentalLayer
(type:String.t
, default:nil
)
- If this field is set, it indicates the url is eligible to be aggregated to one of the experimental layers. -
firstServedTimestamp
(type:String.t
, default:nil
)
- The timestamp of the first time this document is served anywhere. -
isImportant
(type:boolean()
, default:nil
)
- Whether this url has important signal. Used for keeping patterns that match too few URLs but some of them have good clicks. -
score
(type:float()
, default:nil
)
- score might be missing if the url does not have signal. -
url
(type:String.t
, default:nil
)
- url might be missing if we can get it from sstable key. -
weight
(type:float()
, default:nil
)
- weight for this url.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlScore{
dsacNumWeeklyPerfRecords: integer() | nil,
eligibleExperimentalLayer: String.t() | nil,
firstServedTimestamp: String.t() | nil,
isImportant: boolean() | nil,
score: float() | nil,
url: String.t() | nil,
weight: float() | nil
}
dsacNumWeeklyPerfRecords: integer() | nil,
eligibleExperimentalLayer: String.t() | nil,
firstServedTimestamp: String.t() | nil,
isImportant: boolean() | nil,
score: float() | nil,
url: String.t() | nil,
weight: float() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlScore