How to get and store data about user like google analytics

Viewed 64

I need get and store simple data about users on the website, data like:

  • visited subpages by user,
  • time spent on subpages,
  • IP address

I don`t want use Google Analytics Api to that. Do you have any idea how to start?

Is it possible to create own javascript snippet like Google Analytics or Heap and store data?

0 Answers
Related