AvantGo for RSS

A posting that's been getting a lot of link-love recently is The State of Online Feed Readers, which reviews the major online feed readers — web applications that let you track changes to your favorite blogs and sites via their RSS/Atom/flavor-of-the-moment feeds. Personally, I use Bloglines to track the blogs I read (including this one — always subscribe to your own blog using one of these guys to make sure your feed is working!).

Blatant plug for my employer: Not everyone uses feed readers — this is why I provide an option to read this blog via email (see the note at the end of this posting) — but if you do and if you have a mobile device, look into the AvantGo for RSS service. This lets you subscribe to any RSS/Atom feed and have it sync to your device with the rest of your AvantGo channels. (If you don't know what AvantGo is, please read What is AvantGo? for a good overview.)

Which also brings up an important topic: optimizing your blog for handheld devices. If your blog is mostly text, you probably don't have anything to worry about, not if you can get mobile readers to read it via your RSS feed. (See above!) But as anyone who's ever browsed websites directly on a mobile device can attest, the user experience can be poor if you're not seeing pages optimized specifically for mobile devices (like AvantGo channels). I think I'll save that for another post, though, as it's a complicated topic to discuss.

AdSense publishers, take note that in many cases AdSense ads won't display in handheld browsers, because they're JavaScript-based. Logistically, the ads would probably take up too much screen space anyhow, so this is probably not a bad thing. That's why simpler linked-based solutions (affiliate programs and the such) make more sense on that kind of platform.

Eric Giguere is the contextual advertising expert who wrote Make Easy Money with Google and Uncommon AdSense. You can read this blog by mail if it's more convenient for you, just send a blank email to memwg-blog@aweber.com to subscribe.

AdSense Detective review: Tracking ad clicks

It's the end of the month, do you know where your clicks have been coming from? Not long after the AdSense program started, some clever programmers realized they develop tracking scripts that would give them more information than AdSense channels ever would. In the next issue of my newsletter, out tomorrow, I discuss how tracking scripts work in general and how to make sure you're not violating the AdSense terms and conditions. Today I'm going to review a tracking script product called AdSense Detective that I've been using for most of this month on a couple of sites.

Joel Comm and Robert Puddy

AdSense Detective is a joint venture between Joel Comm and Robert Puddy. Most of you reading this know Joel as the author of Google AdSense Secrets, the well-known AdSense e-book (now in its third edition). Robert Puddy is an Internet marketing expert specializing in traffic generation and list building.

I asked Joel if he wrote this stuff himself, but he found that very funny and said that he couldn't code his way out of a paper bag.

How AdSense Detective Works

Unlike the freebie software that Joel distributes called AdSense Buddy, you must pay for AdSense Detective. In fact, it's not really a software package but a hosted service. In other words, Joel and Robert run the computers that gather the tracking data and that generate the reports — all you do is place their tracking script on your pages. Very simple and very similar to how AdSense itself works. As a hosted service, AdSense Detective will appeal to those who don't want to install databases and scripts on their web servers. (Because it's all hosted by them, you can use AdSense Detective on a Blogger blog, for example.)

One you've signed up for the service (there's a monthly fee — more on this later), tracking the data is just a matter of using this script:

<script type="text/javascript"><!--
var AdDecMember_ID = "XXXX";
//--></script>
<script type="text/javascript"
src="http://www.adsensedetective.com/adstrker.js">
</script>

You place the script on each page you want tracked. When the page is loaded, the script runs and installs the necessary hooks to track ad clicks. As an aside, always install this script (or any other tracking script, including those from Google Analytics) at the bottom of your pages, just before the </body> tag. Placing them at the top will slow down the loading of your page and may cause the script to fail (you want the ads to load first).

AdSense Detective Reports

After you've placed the scripts on your pages, data starts flowing back to the AdSense Detective servers almost immediately. The service has a simple console you can use to view the data and create all kinds of reports. Here's a small screenshot showing the kinds of reports you can generate:

You can generate reports for the current day or for a range of dates, for as far back as your data goes.

The most interesting report, of course, is the Detailed Clicks report, which shows you entries like these:

This particular entry tells me that someone clicked “Google AD Sense” on the page “http://www.memwg.com” and that they were referred to that page from Google.co.uk site. (In other words, they found me through a Google search.) [Please note that I've changed some of the details to keep within the Google terms and conditions.]

In my experience so far, AdSense Detective gathers information about most of the clicks, but sometimes it can't tell what ad was clicked, only that a click possibly occurred. These are due to limitations in the browsers themselves that all tracking scripts have problems with — more on that in my tracking script article in my newsletter.

The data in AdSense Detective is updated as soon as clicks occur, which means there's always a lag between what AdSense Detective shows you and what you see in your AdSense console. And there are a few false positives. But you do get a lot of detailed information.

AdSense Detective Pricing

Like most hosted services, AdSense Detective is priced based on usage. Currently it offers three plans based on the number of page views you have per day:

I suspect the Standard plan is the one that appeals to most people. To be honest, if you have 100,000 page views per day you can probably afford to setup the database and scripts required to run your own tracking service and avoid the recurring fees.

AdSense Detective does offer a 3-month money-back guarantee so you can test it out and see if you like it.

Final Analysis

Up until now, I've done most of my ad tracking using custom and URL channels, which give you very general information but not the kind of detailed information that AdSense Detective does. I can't say I've had any troubles with AdSense Detective yet, though if it gets really popular I hope they'll make sure their servers can handle the load. The wide variety of reports they offer is definitely useful. I'd recommend it to anyone looking to get more information about their audience and what kind of ads their visitors are attracted to. A $30 investment for the first three months isn't too expensive, and if you don't like it you can ask for a refund.

Let me know if you want more details, I'm sure there's more stuff I can dig up.

Eric Giguere is the contextual advertising expert who wrote Make Easy Money with Google and Uncommon AdSense. You can read this blog by mail if it's more convenient for you, just send a blank email to memwg-blog@aweber.com to subscribe.

Google's hidden payroll in developing countries

An interesting article about Google, Inc. appeared in yesterday's Christian Science Monitor and was subsequently picked up by other publications including USA Today. The article Google's hidden payroll was based in part on an interview I did with one of the article's writers, Carolyn O'Hara, who was looking for information about Google, Inc.'s AdSense program. As the author of Make Easy Money with Google (which, unfortunately, was mis-titled in the article) I was able to explain to her how AdSense worked and point her to some sites built by people in developing countries who were managing to profit from AdSense.

I've talked about this subject before, of course, such as in Are clicks from China and India automatically invalid? where I pointed out that while $100 a month in earnings may not be much to a North American, it can certainly be a lot to someone in a developing country.

It's always nice to hear some good news about AdSense. I've never really thought of myself as being a Google, Inc. (NASDAQ: GOOG) employee, though. Maybe they should be paying AdSense publishers in stock grants…

Eric Giguere is the contextual advertising expert who wrote Make Easy Money with Google and Uncommon AdSense. You can read this blog by mail if it's more convenient for you, just send a blank email to memwg-blog@aweber.com to subscribe.

Next Page →