Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 for more information about Custom Segments.

Structure

{

  "id": "<UUID of content>",

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

}

Example

“segments”: [

{

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

“name”: “Campfire-Equipment”

}


  • No labels