Analytics
Visibility time-series
Fields
| Field | Type | Description |
|---|---|---|
| interval | string | The bucket granularity used to compute the series. |
| series | BrandVisibilitySeries[] | One entry per brand in scope, each carrying a dense list of buckets. |
Per-brand visibility series
| Field | Type | Description |
|---|---|---|
| brand | Brand | The brand this series covers. |
| data | TimeSeriesPoint[] | The bucketed data points for this brand. Each value is the percentage of analyzed responses in the bucket that mentioned the brand. |
Time-series data point
| Field | Type | Description |
|---|---|---|
| timestamp | datetime | The ISO 8601 UTC start of the bucket. |
| value | integer | The metric value for this bucket. The series that carries the point describes what the value measures. |