Analytics
Source-URL usage time-series
Fields
| Field | Type | Description |
|---|---|---|
| interval | string | The bucket granularity used to compute the series. |
| series | SourceUrlUsageSeries[] | One entry per URL in scope, each carrying a dense list of buckets. |
Per-URL usage series
| Field | Type | Description |
|---|---|---|
| source_url | SourceUrl | The source URL this series covers. |
| data | TimeSeriesPoint[] | The bucketed data points for this URL. Each value is the percentage of analyzed responses in the bucket that cited the URL. |
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. |