Archive - Feb 13, 2010

Using Google Analytics API and PHP to Ghostbust EntreCard

The EntreCard community has been all abuzz about ‘cheaters’ or ‘ghost droppers’ on EntreCard. These are people who somehow record with EntreCard that they’ve visited your site when they actually haven’t. I wrote a little bit about this in my entry Cheating at EntreCard and Finding Real Top Droppers. In that blog post, I suggested using Google Analytics to see who Google recognizes as visiting your site from your EntreCard drop box.

Since then, I’ve been using these analytics to visit those people that come to my website via the EntreCard Dropbox and visit the most pages. With that, I’ve seen more EntreCard based traffic over the past couple days than I have in nearly a year. Some of that may be simply because of the buzz about EntreCard ghosts and my current rise in popularity on EntreCard. However, it does seem like a useful strategy.

People have asked if my process could be automated, and I’m starting to work on automating it. Details are provided below. In addition, people have suggested it might be good to come up with a Quality Dropper list. Using what I’ve written so far, I can come up with the quality droppers, in terms of the number of page views, that I see. However, I could make this more useful if I had similar data from other sites. If you’re interested in submitting your own data, there are a couple different approaches.

One method, for a simple one time analysis, you could go to the Google Analytics page for your site. Click on Traffic Sources, Referring Sites, and EntreCard in the list. Set Show Rows to 500 to get the most data, and then click on Export TSV. Send the Tab Separated Values file to me and I’ll add it to my analysis. For ongoing analysis, if you give me read access to the Google Analytics for your page I can include your site in the automated analytics I’m building.

Send your TSV file to aldon.hynes at orient-lodge.com, or give the same address read access to your Google Analytics User Manager and drop me a note about it.

For those who want to build their own automated analytics, here is how I’ve been approaching it: