Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track clicks to project's pages (url and donation_url) #9

Open
furilo opened this issue Nov 7, 2014 · 7 comments
Open

Track clicks to project's pages (url and donation_url) #9

furilo opened this issue Nov 7, 2014 · 7 comments

Comments

@furilo
Copy link
Member

furilo commented Nov 7, 2014

Save it in a model in the DB, and also think about using something like www.localytics.com

@ferblape
Copy link

Any idea about how to display those statistics? Or the issue is just keeping track of the clicks?

@furilo
Copy link
Member Author

furilo commented Jan 24, 2015

I would just save it for the time being... and also visits to project page...

@furilo
Copy link
Member Author

furilo commented Feb 9, 2015

Related with #91

@nobuti
Copy link
Contributor

nobuti commented Feb 9, 2015

I worked with https://github.com/ankane/ahoy some time ago and it was great. It tracks visits and events, using our database. And we can easily paint the data with http://chartkick.com/. I don't know if this is too much.

@furilo
Copy link
Member Author

furilo commented Feb 10, 2015

Ahoy looks great! Would it make sense to store that in a separate app, to maintain things as simple as possible?

@ferblape
Copy link

I'd go with a separate app because of two reasons:

1 - keep things simpler

2 - forcing us to don't track events using Ruby internal API but JS or external calls, which will allow us to be less coupled to the system

We should create a new separated Rails app (trackdons-analytics or trackdons-stats?) and start playing there.

@furilo
Copy link
Member Author

furilo commented Feb 12, 2015

Perfect, so that would be a normal rails app, right?

@furilo furilo self-assigned this Mar 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants