Versions Compared

Key

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

...

The JSON response details the complete brand safety, keyword, and categorization analysis data for the page and its any prominent image detected.  See JSON Response for details about the fields included in the response.

Code Block
languagejson
{
  "dataAvailable": true,
  "status": "PROCESSED",
  "pageUrl": "https://aragonresearch.com/cisco-google-and-zoom-enhance-free-meetings-to-assist-with-coronavirus/",
  "uuid": "deb59fc2-b8ef-4dbe-ab64-6a1950a45a76",
  "verityData": {
    "languageCode": "en",
    "iab": {
      "v1": [
        {
          "id": "IAB19",
          "category": "Technology & Computing",
          "score": 0.52
        },
        {
          "id": "IAB7",
          "category": "Health & Fitness",
          "score": 0.13
        },
        {
          "id": "IAB19-18",
          "category": "Internet Technology",
          "score": 0.11
        },
        {
          "id": "IAB19-8",
          "category": "Computer Networking",
          "score": 0.1
        },
        {
          "id": "IAB7-37",
          "category": "Psychology/Psychiatry",
          "score": 0.09
        }
      ],
      "v2": [
        {
          "id": "596",
          "category": "Technology & Computing",
          "score": 0.54
        },
        {
          "id": "379",
          "category": "News and Politics",
          "score": 0.19
        },
        {
          "id": "600",
          "category": "Computer Networking",
          "score": 0.08,
          "parent": {
            "id": "599",
            "category": "Computing",
            "parent": {
              "id": "596",
              "category": "Technology & Computing"
            }
          }
        },
        {
          "id": "635",
          "category": "Smartphones",
          "score": 0.07,
          "parent": {
            "id": "632",
            "category": "Consumer Electronics",
            "parent": {
              "id": "596",
              "category": "Technology & Computing"
            }
          }
        },
        {
          "id": "388",
          "category": "Political Issues",
          "score": 0.07,
          "parent": {
            "id": "386",
            "category": "Politics",
            "parent": {
              "id": "379",
              "category": "News and Politics"
            }
          }
        }
      ]
    },
    "keywords": [
      "covid",
      "coronavirus",
      "covid-19",
      "pandemic",
      "cisco",
      "logmein",
      "free webex cisco",
      "zoom",
      "google hangouts",
      "google",
      "logmein offers free remote",
      "cisco makes",
      "zoom removes",
      "large coronavirus outbreak",
      "google offers premium features",
      "aragon",
      "enhance",
      "online meetings",
      "web meetings"
    ],
    "safe": false,
    "threats": [
      {
        "id": "GGT9",
        "category": "Medical",
        "confidence": "HIGH"
      }
    ],
    "events": [],
    "sentiments": [
      {
        "sentiment": "neutral",
        "score": 0.73
      },
      {
        "sentiment": "positive",
        "score": 0.24
      },
      {
        "sentiment": "negative",
        "score": 0.03
      }
    ],
    "processedAt": "2021-02-09T22:13:52.864Z"
  }
}

...