remjx / coindrop

Create a custom webpage for zero-fee payments/donations/tips
https://coindrop.to
GNU General Public License v3.0
137 stars 14 forks source link

Fully detailed analytics #276

Open aahnik opened 3 years ago

aahnik commented 3 years ago

It would be great to have analytics. But without any creepy js. Many people like me use blockers like ublock origin ( it blocks even google analytics )

I would love server side analytics. Whenever the page is requested, the public IP goes to the server. The server side may determine the visitors location based on IP.

Also would love to know the number of visitors to my coindrop page, and graphs. It would be great to know who clicked on which button.

aahnik commented 3 years ago

It would also be wonderful to know from which source a visitor clicked the link. Like from twitter, or some other place.

I think there can be a referrer parameter.

remjx commented 3 years ago

I like this idea. Shouldn't be too difficult to add some basic analytics.

On each visit & tracked page action, send HTTP request with action name to server to log the event.

I'm not sure when I'll get around to implementing this, but I definitely think it would be valuable.