Skip to content

Instantly share code, notes, and snippets.

@snehil002
Created January 25, 2023 12:56
Show Gist options
  • Save snehil002/4771f49c1b5f4c08d45128fd4d92624a to your computer and use it in GitHub Desktop.
Save snehil002/4771f49c1b5f4c08d45128fd4d92624a to your computer and use it in GitHub Desktop.
Web Analytics Tool - Data Collected from Tracked Website
/*
User Data Collected From The Tracked Website
* "webId" - Unique ID of the Website being Tracked
* "currentUrlHost" - URL Host Name of the Tracked Website
* "currentPagePath" - Path Name (or current page path visited) of the Tracked Website
* "visiOrOpenDateTime" - Date and Time of Opening or being Visible again
(after being hidden in another tab or window minimise) of the Current Page
of the Tracked Website
* "timeOnPageInS" - Time Spent on the Current Page by the visitors of the Tracked Website
* "trafficSource" - Complete / Partial URL of the Website from which visitors are coming
to the Tracked Wbsite
* "deviceWidth" - width of the visitor's devices of the Tracked Website
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment