Pageviews
Pageview totals for an application or organization.
type Pageviews {
apiRequests: BigInt
appRequests: BigInt
details: [PageviewDetails]
endDate: String
startDate: String
staticRequests: BigInt
total: BigInt
}
Fields
Pageviews.apiRequests ● BigInt scalar common
The number of API requests.
Pageviews.appRequests ● BigInt scalar common
The number of application requests.
Pageviews.details ● [PageviewDetails] list object common
The pageview breakdown details.
Pageviews.endDate ● String scalar common
The end date for the pageview range.
Pageviews.startDate ● String scalar common
The start date for the pageview range.
Pageviews.staticRequests ● BigInt scalar common
The number of static asset requests.
Pageviews.total ● BigInt scalar common
The total number of pageviews.
Member Of
App object ● Organization object