Hi,
I'd like to provide every writer on my site an individual stats report for nodes they authored.The reports would use Views and would be displayed on their personal dashboard.
My assumption is that it would just need to add a filter (contextual filter and or/relationship) in Views. But this type of filter is not available when creating access log reports.
Currently, in a content View, it's possible to add node count, but it is not about unique visitors. Besides, Top referrers, and top Keyphrases/keywords is not available as well.
Also, there's apparently no way to add granularity over time periods (e.g. exposed filters to view stats per day, week, month, etc, or time range between to dates input). Some modules somehow do that, but again, no uniques stats.
Would anyone be interested in this kind of feature ? Or may be is it already doable in a way I didn't think of ? Is there a module already available elsewhere ?
What would it take to implement this feature ?
I'm sorry for all these questions… I'm not a programmer. But, I would be really interested in your thoughts.
Thanks
Comments
Comment #1
iamEAP commentedThis is definitely something I'd love to support in this module, but I think providing that functionality is going to take a decent amount of work. You should use the -dev version of this module as a starting point since Views support is already merged in. Views should make the basis of all reports going forward.
That being said, I think you'd need to do something like the following:
Comment #2
JRZ-2 commentedThanks for your reply!
I'd love to see this in stats too! Anyway, I fixed a temporary solution using Better Statistics and
statistics filter module. But still trying to figure out how to include more flexibility in all of this.
There is also a statistics advanced module that exists for Drupal 6 (partially ported to D7), I don't know if this module could be useful.