Current Collection

Prev Next

Feature

API

Column

Description

Type

Precision

URL

window.location.href

URL

Protocol + hostname, example: https://www.example.com

String

 

Title

window.title

TITLE

Title of the webpage

String

 

Page Load Time

new Date(); Date.now();

PAGELOADTIME

Time between our script starting and the browser firing the ‘load’ or ‘onload’ event

Double

Milliseconds

Time on Page

Date.now();

TIMEONPAGE

Time between our script starting and the browser firing the ‘beforeunload’ or ‘onbeforeunload’ event Double

Double

Milliseconds

Focus Time

Every second, call document.hasFocus() and increment focus time if it does

FOCUSTIMEONPAGE

Time the page had focus

Double

Seconds

Full URL

window.location.href

FULLURL

Full URL of the page, example:
https://www.example.com/ex/ample.html

String

 

Tab Count

browser.tabs

NUMTABS

Number of open tabs when the ‘beforeunload’ or ‘onbeforeunload’ event was fired.

Integer