While working on an add-on that forces users to change their passwords in CS, I stumbled upon a problem that I've seen others also have had problems with. To be able to get a context for certain operations/calls within the CS API. For example to get
Read More...
If you enjoyed this post Subscribe to my feed via RSS or e-mail!
Did you ever wonder what the statistics of views for your blog posts really mean?

Well, I did, and I posted a question about it in the forums of CS.org. After a while, I got a good explanation from Kevin Harder (Community Server Team Member). He explained it liked this:
"Generally speaking, "Views" is the number of times somone viewed a post on the web via a browser, and "AggViews" is the number of times someone viewed the post via the RSS and Atom feeds.
More specifically, the web view count is only updated in the EntryView control. This is displayed when you are viewing a single post. If you are viewing a list of posts, such as on the blog home page, the view counts of the posts are not updated.
The AggViews works by embedding an "AggBug" invisible image into each post in the RSS/Atom feeds. When someone views the posts in a feed reader that allows images, the image pionts back to a handler on your CS site that updates the AggView count for that post."
Adding to that, if you look at the number of views for each post, you can see that it is a link. The link leads you to a page which shows referrals to that particluar post. That page also provides you with a drop down box so you can look at referrals to other posts you have made.
If you enjoyed this post Subscribe to my feed via RSS or e-mail!