Versions Compared

Key

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

Clients may optionally contact Verity Support to define Custom Segments. A Custom Segment definition includes:

  • Custom Segment name

  • Date of activation

  • Criteria to include or exclude:

    • IAB v2 contextual category numbers

    • GumGum Event Category IDs

    • Keywords

    • GumGum Threat Categories

    • Sentiments

For example, if a Custom Segment named Campfire-Equipment is defined and the content for an article named “Campfire Cooking in the Wild” matches the criteria, the Verity JSON response for the article lists Campfire-Equipment in the segments field.

See Defining Custom Segments Page Analysis Only

See Set up a Custom Segment for more information about Custom Segments.

{

}

Structure

Code Block
languagejson
{
  
   "id": "<UUID of content>",

   "name": "<Customer-defined segment name>",

}

Example

Code Block
languagejson
“segments”: [

    {
        “id”: “cec034e2-6fb5-416e-b3b5-6cbb7cbc6e41”,

        “name”: “Campfire-Equipment”

}

Required

Optional, must be set up by customer. See Set up a Custom Segment.