Ruby on Rails Friday, March 16, 2018


Have you tried just Google Analytics? Or Splunk for log analysis?
Walter

we do have google analytics - but I'm not sure how I would use it to answer questions re percentage of users. Am I missing something?

 
> 'over the last week, what proportion of my users used feature XXX'

It seems to me that this is very dependent on your exact definition
of "used" and "feature", as well as how isolated these "features" are
in your application.

Perhaps you could provide a more concrete example?

ok - two examples:

1) visited the dashboard (identified by a url, controller/action)
2) clicked on a button that showed a 'you need to upgrade to use this feature' message (no interaction with the server)


in both cases, it would be easy for me to call some js code

log_feature(user_id,feature_name)


thoughts?

thanks,

Rob
 

--





Hobbyist Software is a trading name of Hobbyist Software Limited. Registered office 12 Fraley Rd, Bristol, BS93BS. Registered in England. Company no:7876492

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACTOy%2BoHnfUB%3DxHCzJkxjRA7H-zjsGjGUjLmJYHaJsRBJpymgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment