Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Overview

Verity enables customers partners to define their own custom segments to fine-tune their contextual targeting. For example, if you define a partner defines a Custom Segment named Campfire-Equipment and the content for an article named “Campfire Cooking in the Wild” matches the criteria, the JSON analysis response for the page lists Campfire-Equipment in the segments field.

To define a custom segment, the client partner submits a Custom Segment request Request form to Verity Support, specifying:

...

Verity Support will notify the customer to confirm partner that the custom segment is active. The additional segments field will be included in each Verity JSON response. The segment field will list the names of any custom segments matching the analyzed content. The Custom Segment analysis:

  • Is set up per client partner API authentication key (specified by the x-api-key in the HTTP header  header of the analysis request).

  • Applies to all requests from the same client partner API authentication key.

  • Continues until the client partner emails Verity Support to deactivate the custom segment.

  • Ignores any categories where a value is not specified in the Custom Segment Request form.

Step 1 –

...

Partner Completes Custom Segment Request Form

To set up a Custom Segment, we recommend that you email verity-support@gumgum.com to notify them about your upcoming Custom Segment. Complete the Customer Custom Segment Request form and click Submit, including the following information:

Required Field

Description

Company

Enter the name of your company 

Name

Enter your own full name

Email address

Enter your email address

Custom Segment Name

Enter a unique name for the custom segment. Maximum of 50 alphanumeric characters. No special characters. Underscores and dashes are accepted. 

Publish Segment Date

Enter the date to activate the custom segment in the format mm/dd/yyyy.

Optional Field

Description

IAB v2 Categories

Enter a comma-separated list of the category numbers to include and/or exclude. Refer to the Verity Taxonomy for a complete IAB v2 category list.

 For

example:
“Include 196, 498. Exclude 193, 476.”

Refer to the Verity Taxonomy document for a complete IAB v2  category list.

Events

Enter a comma-separated list of the category numbers to include and/or exclude. 

For

example:
“Include 196, 498. Exclude 193, 476.”

Refer to the Verity Taxonomy document for a complete Event  category list.

Keywords

Enter a comma-separated list of the category numbers to include

)

. Maximum 20 keywords.

Threat Categories

Click the Allow or Block button for each Threat category

To totally block any risk in a particular category, click the category Block button.

To tailor the risk levels acceptable for each category, click the appropriate Allow Risk button.

Sentiment

To include a dominant sentiment level, check the box for Positive, Neutral,

Negative 

Negative 

Example Custom Segment Request Form

Image Removed
Image Added
Image Removed
Image Added

Step 2 – Verity Support activates the Custom Segment

The Verity Support team activates the Custom Segment and notifies the clientpartner.

Step 3 – Verity applies Custom Segment logic

...

For each Category/Keywords field on the Custom Segments form
If IF values are specified andAND
If at At least ONE item is found from the include list and AND 
NO items are found from the exclude list
then THEN the Category/Keyword match is positive
If ALL the specified Category/Keywords fields are a positive match
then THEN the content is part of the Custom Segment

For example, if a segment is defined as follows:

Custom Segment Name: Positive BLM Coverage

IAB v2 Categories

Include

510, 512

Exclude

509

Threat Categories

Allow Low

GGT1 Violence/Gore

,

Allow Medium

GGT3 Drugs/Alcohol Criminal

Block

GGT4 Sexually Charged

Content is considered to be positive for the segment when the Verity analysis results match the following:

IAB v2 Classification
Has 512 OR 510  510 AND 
AND 
Does NOT have 509

AND

Threat Classification:
Has GGT1 Low OR GGT3 
GGT3 Medium AND 
Does NOT have GGT4

Note: If no values are specified for a category in the Custom Segment Request form, the category is ignored by segment matching. 

 Step 4 – Segments analysis is included in Verity Response

When the client partner runs Verity requests, the segment field will be included in the Verity responses. If the results for analyzed content match a Custom Segment definition, the segment name will be listed. 

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:

Code Block
languagejson
“segments”: [

...


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

...


    “name”: “Campfire-Equipment”

...


   }
]

Deactivate a Custom Segment

The To deactivate a Custom Segment, the client partner emails verity-support@gumgum.com specifying:

  • The Client partner name.

  • The Custom Segment name. 

  • The date to deactivate the Custom Segment analysis.

Verity Support emails the client partner to confirm that the Custom Segment has been deactivated.

...