Support Forum
 
  Support Forum  Modules  Engage: Publish  Feature Request: ItemView Statistics
Previous Previous
 
Next Next
New Post 5/20/2008 1:19 PM
  John Henley
149 posts
5th Level Poster


Feature Request: ItemView Statistics 

Not sure if this is included in your roadmap item or not, but need some basic reports/statistics about items viewed.

I.e. most popular by category, etc. etc.

 
New Post 5/20/2008 9:42 PM
  Chris Hammond
873 posts
2nd Level Poster


Re: Feature Request: ItemView Statistics 

This is most definitely on the roadmap, not sure what release, but don't be surprised if it shows up sooner rather than later :D


DotNetNuke Core Team Member
Engage Software
St. Louis, MO
314.966.4000



The leading provider of DotNetNuke support, training and custom development.
 
New Post 7/3/2008 12:34 PM
  John Henley
149 posts
5th Level Poster


Re: Feature Request: ItemView Statistics 

In the meantime, do you have any rough queries, etc. that can be used to look at popular articles, etc?

 
New Post 7/3/2008 12:38 PM
  Chris Hammond
873 posts
2nd Level Poster


Re: Feature Request: ItemView Statistics 

Here's a quick one I just threw together (remove the DNN_ if you aren't using an objectqualifier in your database

select vi.name, (select count(iv.ItemId) from dnn_publish_itemView iv where iv.ItemId = vi.ItemId) 'count'
from dnn_publish_vwitems vi
group by vi.itemid, vi.name
order by 'count' desc


DotNetNuke Core Team Member
Engage Software
St. Louis, MO
314.966.4000



The leading provider of DotNetNuke support, training and custom development.
 
New Post 7/3/2008 1:02 PM
  John Henley
149 posts
5th Level Poster


Re: Feature Request: ItemView Statistics 

Thanks.  For the count of ItemType='Category', is that the number of times an article list for that category is viewed, or does it include individual views of articles in that category,  or both?

 
New Post 7/3/2008 3:31 PM
  Chris Hammond
873 posts
2nd Level Poster


Re: Feature Request: ItemView Statistics 

We store views at the ItemID level, to get a count of the views of articles in a particular category you would have to write a bit more indepth SQL than what I provided there. I can try to look at that next week, right now I'm trying to get some more enhancements into the next Publish release ;)

 


DotNetNuke Core Team Member
Engage Software
St. Louis, MO
314.966.4000



The leading provider of DotNetNuke support, training and custom development.
 
Previous Previous
 
Next Next
  Support Forum  Modules  Engage: Publish  Feature Request: ItemView Statistics
Buy now!

Purchase modules

click here to buy now

Please click here to register for an account and payment will be processed via PayPal.

Test Drive!

Test drive our modules

click here to test drive our modules

Want to find out how it works? Visit our demo site to see the modules in actions!

Subscribe

Sign up for our newsletter and get the latest product updates!

Online Support

Get the latest!