PageviewDetails
Pageview totals for a single time slice.
type PageviewDetails {
apiRequests: Int
appRequests: Int
endDate: String
startDate: String
staticRequests: Int
total: Int
}
Fields
PageviewDetails.apiRequests ● Int scalar common
The number of API requests in the slice.
PageviewDetails.appRequests ● Int scalar common
The number of application requests in the slice.
PageviewDetails.endDate ● String scalar common
The end date for the slice.
PageviewDetails.startDate ● String scalar common
The start date for the slice.
PageviewDetails.staticRequests ● Int scalar common
The number of static asset requests in the slice.
PageviewDetails.total ● Int scalar common
The total number of pageviews in the slice.
Member Of
Pageviews object