Re: [Rails] How to monitor feature usage

2018-03-16 Thread Hassan Schroeder
On Fri, Mar 16, 2018 at 11:18 AM, Rob Jonson  wrote:

> 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)

OK, then, you're set :-)

I mean, consider it writing a feature that is "tracking use of features".
It seems similar in concept to integrated A/B testing, and I imagine
there are gems for that you could use for ideas.

HTH!
-- 
Hassan Schroeder  hassan.schroe...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

-- 
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+unsubscr...@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/CACmC4yDThBcne7_X9sW66WFJNJFJvxN1tVRyDjwFSyXqmpv2og%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Rails] How to monitor feature usage

2018-03-16 Thread Rob Jonson
>
>
> 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+unsubscr...@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.


Re: [Rails] How to monitor feature usage

2018-03-16 Thread Hassan Schroeder
On Thu, Mar 15, 2018 at 5:22 AM, Rob Jonson  wrote:

> '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?

-- 
Hassan Schroeder  hassan.schroe...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

-- 
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+unsubscr...@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/CACmC4yCqqjt09jQbhM0%3DahoX0OZbfbEDkxakrFecFNieXWFK2Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Rails] How to monitor feature usage

2018-03-15 Thread Walter Lee Davis

> On Mar 15, 2018, at 8:22 AM, Rob Jonson  wrote:
> 
> Hi Folks,
> 
> I'd like to be able to answer questions like
> 
> 'over the last week, what proportion of my users used feature XXX'
> 
> or even
> 
> 'over the last week, what proportion of active users used feature XXX'
> 
> can anyone recommend a service / gem / pattern to help me do this?
> 
> cheers,
> 
> Rob

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

Walter

-- 
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+unsubscr...@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/E6676971-D79A-47B6-B9A9-EE792B5E1993%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] How to monitor feature usage

2018-03-15 Thread Rob Jonson
Hi Folks,

I'd like to be able to answer questions like

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

or even

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

can anyone recommend a service / gem / pattern to help me do this?

cheers,

Rob

-- 
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+unsubscr...@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/83e40f23-0215-4246-9078-a54b217b7257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.