Created
August 31, 2017 16:09
-
-
Save gugu/be4153e9b7ca0be379445ee63d9f8f7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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