Skip to content

Instantly share code, notes, and snippets.

@nnguyen168
Last active May 14, 2020 08:16
Show Gist options
  • Save nnguyen168/08d37167bb12f43ff52f0c492974b8db to your computer and use it in GitHub Desktop.
Save nnguyen168/08d37167bb12f43ff52f0c492974b8db to your computer and use it in GitHub Desktop.
Jack's analytics example data
{
"visitorId": 1,
"visitTimestamp": 1734239123,
"utcDay": "2020-04-01T15:24:25Z",
"siteActivities": {
"pageViews": 2,
"buttonClicks": 1,
"newVisit": true,
"timeOnScreen": 12
},
"deviceInformation": {
"device": "mobile",
"os": "Android"
},
"geolocation": {
"country": "FR",
"city": "Paris"
},
"referralPath": "google.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment