Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GumGum Threat (GGThreat) categories are part of GumGum's custom brand safety taxonomy. GumGum classifies content into nine GGThreat categories. 

Text analyses supports all nine categories; image analyses is relevant to seven of the nine categories. Verity evaluates the text and image threat scores and assigns the worst threat score to the category.

ValueDescription
Text AnalyzedImages Analyzed
GGT1Violence and gore.
Y
Y
GGT2Criminal.
YY
GGT3Drugs and alcohol.
YY
GGT4Sexually charged.
YY
GGT5Profanity and vulgarity.
YN
GGT6Hate speech, harassment, and cyberbullying.
Y
Y
GGT7Disasters.
YY
GGT8Malware and phishing.
Y
N
GGT9Medical.
YY


The level of confidence in the Threat category designation is indicated as follows
AttributeConfidence Level
confidenceVERY_LOW
LOW
MODERATE
HIGH
VERY_HIGH
LanguagesAll supported /wiki/spaces/VDOC/pages/955744414.


The level of risk in the Threat category designation is indicated as follows
AttributeConfidence Level
riskLOW
MEDIUM
HIGH


All supported /wiki/spaces/VDOC/pages/955744414.

Syntax


Div
stylefont-size: small;


Code Block
"threats": [
 {
  "id": "<Threat Category ID>",
  "category": "<Threat Category Name>",
  "confidence": "<Level>",
  "risk": "<Level>"
 }
]



Example


Div
stylefont-size: small;


Code Block
    "threats": [
      {
        "id": "GGT7",
        "category": "Disasters",
        "confidence": "MODERATE",
        "risk": "MEDIUM"
      }



Data Type

Array of objectsLanguages
RequiredYes
Page Element Analyzed

Threat category-dependent.

Used ForBrand safetyRequiredIncluded only if threats are detected. If no threats are detected, the threats array is empty.
More Information/wiki/spaces/VDOC/pages/930545669

...