1

I am not sure what is the best way to deal with this. I want to display page views and user views (How many unique users viewed a page).

Is there a plugin for this?

login_count is of course easy to check though. Just not sure about views. Google Analytics does the job well but I don't know whether it's to good to go through analytics integration.

Any help? Thanks. Happy Holidays!

DigitalRoss
  • 143,651
  • 25
  • 248
  • 329
kgpdeveloper
  • 2,099
  • 4
  • 25
  • 34

2 Answers2

2

I'd recommend this gem: Impressionist

zabumba
  • 12,172
  • 16
  • 72
  • 129
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – rink.attendant.6 Sep 01 '13 at 22:57
  • 5
    sure. but he asked for a plugin. You can probably make the same comment on hundreds of reply all over this portal, if you have time to kill. – zabumba Sep 01 '13 at 23:13
2

there is a plugin called railstat i used it and it works. you may need to update it to the latest and greatest rails however. even if you look at their code you'll see some good examples of how to do it.

pjammer
  • 9,489
  • 5
  • 46
  • 56