12 Commits

Author SHA1 Message Date
Danny van Kooten
3c934b29fc add is_finished column indicating whether a pageview is done (ready to be aggregated). closes #123 2018-10-10 10:27:55 +02:00
Danny van Kooten
f0eecc04cd add sites table & site_id columns for multi-site tracking #50 2018-09-25 15:03:07 +02:00
Danny
42008ab83f get rid of session_id and move knowledge of previous pageview to client. this also gets rid of the (only) index on the pageviews table, allowing for much faster INSERT's. closes #14 2018-07-11 15:03:56 +02:00
Danny
b8ceff621d store hostname so we can track multiple subdomains in one fathom instance, if needed 2018-05-08 13:08:16 +02:00
Danny
0a0476b5ae store accurate new session count & use that to determine bounce rate 2018-05-08 11:52:01 +02:00
Danny
433c6e2f4d get general data flow up & running again for site stats 2018-05-07 16:05:53 +02:00
Danny
5a403d536a first stab at time on site tracking. #20 2018-05-04 15:43:05 +02:00
Danny
86e5a7a957 simple bounce rate implementation. #21 2018-05-04 12:20:37 +02:00
Danny
47d8347ef1 universal handling of retrieving totals from datastore, incl. uniques. 2018-05-02 14:52:52 +02:00
Danny van Kooten
50556c44e9 prepare json data for new components, use fallback values in components 2018-05-01 20:02:05 +02:00
Danny van Kooten
80254ee4ee move pageview queries to datastore pkg & rebind query for other db engines than mysql 2018-04-26 19:30:15 +02:00
Danny
93b285c0a9 change project directory structure to clean-up root dir 2018-04-20 13:12:23 +02:00