/
sentiments
sentiments
The sentiment classifier analyzes text to identify and extract opinions. Analysis is at the sentence level. Positive, neutral, and negative sentiments are each rated from 0 - 1 (total value of all three scores is 1.)
Note: If advertisers want to target positive content, it's recommended that they look for neutral or positive scores, as most content scores in the neutral range.
Syntax | "sentiments": [ { "sentiment": "neu", "score": <0-1> }, { "sentiment": "neg", "score": <0-1> }, { "sentiment": "pos", "score": <0-1> } ] |
Example | "sentiments": [ { "sentiment": "neu", "score": 0.53 }, { "sentiment": "neg", "score": 0.41 }, { "sentiment": "pos", "score": 0.06 } ] |
Data Type | Array of objects |
Required | Yes |
, multiple selections available,
Related content
How does sentiment analysis work?
How does sentiment analysis work?
More like this
segments
Read with this
How should sentiment results be used for targeting?
How should sentiment results be used for targeting?
More like this
Set up a Custom Segment
Set up a Custom Segment
Read with this
Text Analysis
Text Analysis
More like this
The contents of these documents and any attachments contain GumGum, Inc. confidential information and are legally protected from disclosure.