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: | String |
|
Tab Count | browser.tabs | NUMTABS | Number of open tabs when the ‘beforeunload’ or ‘onbeforeunload’ event was fired. | Integer |
|
Current Collection
- Published on Feb 23, 2026
- 1 minute(s) read
Was this article helpful?