I am looking for a tool to track user actions like:
- user logged in
- user changed password
- user got bill via email
- user logged
- user uploaded image
- user send message ... which I can include into my Django project. Afterwards I want to build queries and ask the system stuff like:
- how often did a user a message within a month
- how often did a user login within a month
- does the user uploaded any images
and I would like to have some kind of interface. (Like google analytics)
Any idea? I am pretty sure that this is a common task, but I could not find anything like this.