Exporting the Data

Exporting the counter data is easy in CountUp. The user can go to counter settings and tap on the Export Data button.  There is 3 ways to access the data. Tapping on the options sends a unique URL to access this data on demand.

  • CSV
    name totalcount usercount plus minus role updatedOn latitude longitude
    Mary Jane 410 80 80 0   13:45.3 40.7449049 -73.9573985
    John Smith 410 330 486 156 Manager 37:40.1 40.7448779 -73.95732686
  • API Endpoint (JSON Format only)
[{"minus":"0","totalcount":410,"latitude":"40.7449049","plus":80,"name":"Gideon Ciganovic","updatedOn":"2014-07-11 06:13:45.263","description":null,"usercount":80,"role":null,"longitude":"-73.9573985"},{"totalcount":410,"longitude":"-73.95732686196452","updatedOn":"2014-07-11 16:37:40.137","description":null,"latitude":"40.74487789981631","plus":486,"name":"John Smith","minus":"156","usercount":330,"role":"Manager"}]
  • Iframe Widget
Image 7

Is this article helpful for you?