Skip to main content

PageView

An instance of a page being loaded in browser by a visitor.

type PageView {
id: String
ipAddress: IpAddress
language: String
occurredAt: String
referrer: ReferrerUrl
timeOnPage: Float
title: String
url: UrlStruct!
userAgent: UserAgent
}

Fields

PageView.id ● String scalar common

A unique identifier for the page view.

PageView.ipAddress ● IpAddress object common

The IP address of the visitor.

PageView.language ● String scalar common

The browser language set by the visitor.

PageView.occurredAt ● String scalar common

The date and time that the page view took place.

PageView.referrer ● ReferrerUrl object common

The page view referrer.

PageView.timeOnPage ● Float scalar common

The total time spent on the page by the visitor.

PageView.title ● String scalar common

The title of the page being loaded.

PageView.url ● UrlStruct! non-null object common

The URL of the page being loaded.

PageView.userAgent ● UserAgent object common

The visitor's user agent.

Member of

Session object