StatisticsDataPoint Object
Description
A single data point in a statistics time series.
Declaration
type StatisticsDataPoint {
date: Date!
pageViews: Int!
sold: Int
}
Fields
| Name | Type | Description |
|---|---|---|
date | Date! | The bucket start date (truncated to the granularity unit, UTC). |
pageViews | Int! | Number of page views recorded in this bucket. |
sold | Int | Number of units sold in this bucket. Null for article statistics. |