Warning: session_start() [function.session-start]: open(/home/web/wno19625/.tmp/sess_f6a3a6714dbc3ba9435552265270dc0c, O_RDWR) failed: Permission denied (13) in /usr/home/web/wno19625/rssarticles/comment/include/session.class.inc.php on line 69

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/home/web/wno19625/rssarticles/comment/include/session.class.inc.php:69) in /usr/home/web/wno19625/rssarticles/comment/include/session.class.inc.php on line 69

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/home/web/wno19625/rssarticles/comment/include/session.class.inc.php:69) in /usr/home/web/wno19625/rssarticles/comment/include/session.class.inc.php on line 69
Tracking and Measuring RSS Feeds

 

Web, RSS, traffic and money making Information

 

Menu: 15 Tips blog traffic - What are RSS feeds - Marketers should Blog - Integrate RSS on your Blog/page - Include Files PHP

Google

Tracking and Measuring RSS Feeds

by: S. Housley

Measuring and tracking RSS while a fairly simple concept, is really anything but. Unlike websites, RSS have the added caveat of potential syndication, making accurate tracking a challenge to anyone but the extremely tech savvy.

It is not unrealistic for marketers to want to know how many subscribers they have, which items in their feeds attract the most interest, or how many click-throughs are generated as a result of an RSS feed.

There are a number of 3rd party providers who focus on tracking the consumption of RSS feeds. Some solutions are rudimentary but likely sufficient for a small business testing the waters with RSS. Other RSS tracking solutions are more complex and while they can come close to being accurate, with syndication there is no solution that tracks with 100% accuracy.

Techniques Used to track RSS Consumption

Small businesses can view web logs to provide information on how many times a specific file (RSS feed) is requested. The logs and information is rudimentary but will give a basic sense of a feeds success. Many 3rd party tracking options have additional tracking information available.

Hosting

The most common method to track the number of feed accesses or individuals accessing a feed is to use a 3rd party feed host. Companies like FeedBurner essentially track feeds based on accesses. The downside to using a 3rd party like Feedburner, is that the url is a FeedBurner url and any PageRank or popularity associated with the url will benefit the feed host rather than the feed creator. Additionally, no distinction is made between unique views or syndicate feeds.

FeedBurner provides a free no frills service to host RSS feeds and they have been proactive in circumventing user concerns. Recently implementing a service that eases users concerns about migrating from FeedBurner. There is a 3 step process for users interested in migrating from FeedBurner's free service, implementing a permanent redirect, and url forwarding.

Details can be found at: http://www.burningdoorc.om/feedburner/archives/001251.html

Some publishers, who were concerned about lock-in or wanted to retain control of the domain and feed urls often resist a hosting service. The new program FeedBurner Partner Pro is not free, but allows for users to point to their own domain, retaining complete control of their feeds without sacrificing statistical tracking.

The downside to using a service like FeedBurner is that some filtering applications used on corporate proxy servers block feeds residing on FeedBurner or other free hosts.

Redirects

Companies like SyndicateIQ have more complex tracking solutions that generate unique urls for each subscriber. The tracking benefits to such a customized solution is obvious. Individual user habits can be monitored and any users abusing their access and inappropriately syndicating a feeds content can have their feed turned off. The downside of course is that the success of RSS is in a large part due to the anonymity. Users don't want their personal habits tracked.

Considering the venture capital interest in these 3rd party hosting services. It is important to note that their value is in the data that they collect. As with any 3rd party service, it goes without saying that publishers should read the privacy policy carefully, be aware of who owns the rights to the collected information, and how that information might be used. It goes without saying that the value in many of the free services currently available lies in their aggregate data.

Uniquely Named Transparent Images

Uniquely named transparent 1x1 graphics can be added to the description field of an RSS feed. Users can use standard web logs to see the number of times the image is viewed and determine the number of times the feed was accessed.

Companies Specializing in Tracking and RSS Metrics

Pheedo - Pheedo creates tools that enable individuals, organizations and corporations to promote, analyze, and optimize their weblogs and content.

http://www.pheedo.com

SyndicateIQ - SyndicateIQ's position in the content distribution chain provides clients a set of analytics.

http://www.syndicateiq.com/

FeedBurner - FeedBurner offers a full range of services to help you build awareness, track circulation, and implement revenue-generating programs in your feed(s).

http://www.feedburner.com

Each individual using RSS needs to make a decision of the extent and importance of the analytics they require. Realizing that any system they employ is not going to be perfect.




JOIN our mailing list TODAY here to get the latest NEWS and BEST offers:

Warning: main(http://rssarticles.itstyle.net/maillist/register.php) [function.main]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /usr/home/web/wno19625/rssarticles/index.php on line 160

Warning: main() [function.include]: Failed opening 'http://rssarticles.itstyle.net/maillist/register.php' for inclusion (include_path='/home/web/wno19625/rssarticles/comment/configuration:/home/web/wno19625/rssarticles/comment/include:/home/web/wno19625/rssarticles/comment/include/library:./:.:/usr/local/share/pear:') in /usr/home/web/wno19625/rssarticles/index.php on line 160



Comment Script
Post this page to: del.icio.us Yahoo! MyWeb Digg reddit Furl Blinklist Spurl

Comments

Comment display has been turned off.
#1 - Administrator - 05/19/2012 - 05:28
Powered by Comment Script

Microsoft is finally adapting
Let me start of by saying that I’m a proponent of a lot of the development tools that Microsoft makes. Some might go so far as calling me a Microsoft fanboy in some cases. However, my feelings toward Microsoft technology is far from blind about it’s shortcomings. I’ve spent hours getting my CSS layouts to



IE 7 Update for Pirated Windows Users
The Microsoft Internet Explorer Weblog has announced that the latest update to Internet Explorer 7 will drop the Windows Genuine Advantage (WGA) validation step from the installer. Although the announcement stops just shy of saying it, the real effect of this move is to allow people running pirated versions of Windows XP and Windows Server



Do less
So I got persuaded into blogging for Sitepoint and this is my first post. I’ll be writing mostly about PHP, since that’s my main area of competence, but will probably touch on related topics. Anyway, in an attempt to not turn this into yet another “Hello World”, I figured I would reflect a bit on what’s



A Survival Guide for ASP.NET Developers
I’m very proud to announce the availability of our latest release, The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks. If you’re wading through lines of ASP.NET code every day — or even if you just dabble occasionally — then this book is a must-have companion for trekking through the ASP.NET jungle. It features some of



Comment-Driven Development
You’ve probably heard about Test Driven Development, a programming methodology which focusses on test cases as a framework for designing and developing code. You may also have heard of Behavior Driven Development, a more holistic approach which focusses on the behavior of an application before and during the development process. Well let me tell you about



Usability: More than Skin Deep at Web Directions
At Web Directions South 2007 in Sydney, SitePoint usability blogger Lisa Herrod (aka Scenario Girl) proposed a new way of looking at usability and accessibility within the web design process. Not only does her approach point the way to better user experience design, but it also brings formal accessibility testing within reach of small web



And the iPod Touch goes to…
At the Web Directions South conference in Sydney a couple of weeks ago, SitePoint ran a competition for conference-goers to win an iPod Touch. To enter, attendees had to answer the question, Why do you love the Web? The competition drew an enormous number of entries that were funny, serious and just plain weird. However, after



Client-side Load Balancing Web 2.0 Apps is Voodoo
Digital Web recently published an article about “Client Side Load Balancing for Web 2.0 Applications“. I wanted to take a moment to explain why I think this load balancing technique is a bad idea. But first, here’s the concept in brief: Your web site is deployed in an identical fashion across a number of



Skinning and color palettes with HSV and transparent PNGs
I work on the Ajaxy Web UI for Chandler Server (a.k.a. Cosmo), an open-source server that works with the Chandler personal information manager (PIM). You can take a look at the Web UI by creating an account on our free online service, Chandler Hub. As we started implementing more and more of the calendar features in



.NET Framework Source Code to be Released!
Scott Guthrie has made the very, very cool announcement that the bulk of the .NET framework source code will be released! If you have ever spent hours trying to decypher ASP.NET in reflector, or pulling your hair out trying to make custom controls play well, this should make you a very happy person.







Copyright © 2007 RSSArticles.itstyle.net . All rights reserved. Sitemap


Warning: Unknown(): open(/home/web/wno19625/.tmp/sess_f6a3a6714dbc3ba9435552265270dc0c, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/web/wno19625/.tmp) in Unknown on line 0