Skip to content

Instantly share code, notes, and snippets.

@gugu
Created August 31, 2017 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gugu/be4153e9b7ca0be379445ee63d9f8f7c to your computer and use it in GitHub Desktop.
Save gugu/be4153e9b7ca0be379445ee63d9f8f7c to your computer and use it in GitHub Desktop.
{
"totalClicks": 115,
"humanClicks": 0,
"clickStatistics": {
"labels": [
"Mar'17",
"Apr'17",
"May'17",
"Jun'17",
"Jul'17",
"Aug'17"
],
"datasets": [
{
"label": "Clicks",
"fillColor": "rgba(0,181,208,1)",
"backgroundColor": "rgba(0,181,208,1)",
"borderColor": "rgb(0,181,208)",
"strokeColor": "rgb(0,181,208)",
"data": [
86,
17,
2,
9,
1,
0
]
}
]
},
"referer": [
{
"referer": "direct",
"score": 113
},
{
"referer": "slack.com",
"score": 2
}
],
"social": [
{
"social": "unk",
"score": 115
}
],
"device": [
{
"device": "unk",
"score": 113
},
{
"device": "desktop",
"score": 2
}
],
"browser": [
{
"browser": "unk",
"score": 113
},
{
"browser": "Safari",
"score": 1
},
{
"browser": "Chrome",
"score": 1
}
],
"country": [
{
"country": "IE",
"score": 63,
"countryName": "Ireland"
},
{
"country": "US",
"score": 28,
"countryName": "United States"
},
{
"country": "FI",
"score": 23,
"countryName": "Finland"
},
{
"country": "ES",
"score": 1,
"countryName": "Spain"
}
],
"city": [
{
"city": "2964574",
"score": 10,
"name": "Dublin"
},
{
"city": "4744870",
"score": 2,
"name": "Ashburn"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment