Analytics
Sentiment time-series
Fields
| Field | Type | Description |
|---|---|---|
| interval | string | |
| series | BrandSentimentSeries[] | One entry per brand in scope, each carrying a dense list of buckets. |
Per-brand sentiment series
| Field | Type | Description |
|---|---|---|
| brand | Brand | The brand this series covers. |
| data | SentimentTimeSeriesPoint[] | The bucketed data points for this brand. |
Sentiment time-series data point
| Field | Type | Description |
|---|---|---|
| timestamp | datetime | The ISO 8601 UTC start of the bucket. |
| value | integer | The average sentiment score for the bucket, on a 0-100 scale. |