SynopSee

SynopSee

Microstats

Your MicroStats

All your stats in one place.

Login Registration



1. Make file

Create file with following format (normal format):

2024-11-30T12:12:59Z user_count 71 Number of users
2024-11-30T12:12:59Z source_count 11 Number of sources
2024-11-30T12:12:59Z stat_count 47 Number of stats across all sources
                

or in json format:
[
   {
      "description":"Number of users",
      "name":"user_count",
      "timestamp":"2024-11-30T12:16:14Z",
      "value":71
   },
   {
      "description":"Number of sources",
      "name":"source_count",
      "timestamp":"2024-11-30T12:16:14Z",
      "value":11
   },
   {
      "description":"Number of stats across all sources",
      "name":"stat_count",
      "timestamp":"2024-11-30T12:16:14Z",
      "value":47
   }
]
                

2. Publish file

Publish your stats on your website

Example:

Normal data format:
https://www.synopsee.com/synopsee_info.txt

Json data format:
https://www.synopsee.com/synopsee_info.json

Your stats will be grabbed and show in graphs, so you will have overall picture of your data.