QualitySitemapScoringSignals

GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

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.

Attributes List

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

View Attributes

Attributes

  1. annotations (type: list(String.t), default: nil)
    -
  2. chromeTransCount (type: String.t, default: nil)
    -
  3. chromeTransProb (type: number(), default: nil)
    -
  4. chromeWeight (type: number(), default: nil)
    -
  5. country (type: list(String.t), default: nil)
    -
  6. countryConfidence (type: list(number()), default: nil)
    -
  7. impressions (type: String.t, default: nil)
    -
  8. langConfidence (type: list(number()), default: nil)
    -
  9. language (type: list(String.t), default: nil)
    -
  10. localCountryIdentifier (type: list(String.t), default: nil)
    -
  11. longClicks (type: String.t, default: nil)
    -
  12. longCtr (type: number(), default: nil)
    -
  13. navboostScore (type: number(), default: nil)
    -
  14. navmenuScore (type: number(), default: nil)
    -
  15. pagerank (type: integer(), default: nil)
    -
  16. recentLongCtr (type: number(), default: nil)
    -
  17. targetCdocLanguages (type: list(integer()), default: nil)
    -
  18. titleScore (type: number(), default: nil)
    -

Type

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

Function

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

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