Voting helps other researchers find interesting modules.
Scoring signals for computing the sitelink score. This message is currently intended only for debugging. Accordingly, this is populated in CDoc but not in MDU. It is enforced by the [(exclude_from_mdu) = true] annotation of the corresponding fields in Target and TargetGroup.
annotations
list(String.t)
nil
chromeTransCount
String.t
chromeTransProb
number()
chromeWeight
country
countryConfidence
list(number())
impressions
langConfidence
language
localCountryIdentifier
longClicks
longCtr
navboostScore
navmenuScore
pagerank
integer()
recentLongCtr
targetCdocLanguages
list(integer())
titleScore
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals{ annotations: [String.t()] | nil, chromeTransCount: String.t() | nil, chromeTransProb: number() | nil, chromeWeight: number() | nil, country: [String.t()] | nil, countryConfidence: [number()] | nil, impressions: String.t() | nil, langConfidence: [number()] | nil, language: [String.t()] | nil, localCountryIdentifier: [String.t()] | nil, longClicks: String.t() | nil, longCtr: number() | nil, navboostScore: number() | nil, navmenuScore: number() | nil, pagerank: integer() | nil, recentLongCtr: number() | nil, targetCdocLanguages: [integer()] | nil, titleScore: number() | nil }
@spec decode(struct(), keyword()) :: struct()