Categories
Analytics Clickstream

DIY Clickstream framework – 3. Events storage in database

Here we are going to store the events captured in the last post in a database. The steps are as follows To accept events, we will require a persistently running server. That purpose is fulfilled by Django Django follows a Model-View-Template architecture. Create Django app – events Now I will create a Django project and […]

Categories
Analytics Clickstream

DIY clickstream framework – 1. Intro

We are going to create a clickstream framework from scratch. In all my years in analytics, I stumbled on clickstream data quite recently. What I saw honestly blew my mind. The ability to see what your users do on your website gives a powerful ability to influence and recommend them on the path you want. […]