ArticleStatistics Object
Description
Aggregated statistics for an article over a given date range.
Declaration
type ArticleStatistics {
granularity: StatisticsGranularity!
pageViews: Int!
series: [StatisticsDataPoint!]!
}
Fields
| Name | Type | Description |
|---|---|---|
granularity | StatisticsGranularity! | Bucket granularity chosen for the series based on the date range. |
pageViews | Int! | Total page views in the period. |
series | [StatisticsDataPoint!]! | Time series of page views. |