IndexingDocjoinerAnchorPhraseSpamInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorPhraseSpamInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Following signals identify spike of spammy anchor phrases. Anchors created during the spike are tagged with LINK_SPAM_PHRASE_SPIKE.

Attributes List

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

View Attributes

Attributes

  1. phraseAnchorSpamCount (type: number(), default: nil)
    - How many spam phrases found in the anchors among unique domains.
  2. phraseAnchorSpamDays (type: number(), default: nil)
    - Over how many days 80% of these phrases were discovered.
  3. phraseAnchorSpamDemoted (type: integer(), default: nil)
    - Total number of demoted anchors.
  4. phraseAnchorSpamEnd (type: integer(), default: nil)
    - Time when anchor spam spike ended with padding.
  5. phraseAnchorSpamFraq (type: number(), default: nil)
    - Spam phrases fraction of all anchors of the document.
  6. phraseAnchorSpamPenalty (type: number(), default: nil)
    - Combined penalty for anchor demotion.
  7. phraseAnchorSpamProcessed (type: integer(), default: nil)
    - Total number of observed anchors.
  8. phraseAnchorSpamRate (type: number(), default: nil)
    - Average daily rate of spam anchor discovery.
  9. phraseAnchorSpamStart (type: integer(), default: nil)
    - Time when anchor spam spike started with padding.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorPhraseSpamInfo{
phraseAnchorSpamCount: number() | nil,
phraseAnchorSpamDays: number() | nil,
phraseAnchorSpamDemoted: integer() | nil,
phraseAnchorSpamEnd: integer() | nil,
phraseAnchorSpamFraq: number() | nil,
phraseAnchorSpamPenalty: number() | nil,
phraseAnchorSpamProcessed: integer() | nil,
phraseAnchorSpamRate: number() | nil,
phraseAnchorSpamStart: integer() | nil
}

Function

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

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