Installing Adsense Tracking Materials Day #3
May 22, 2008 The Adsense Blueprint No CommentsIt took me a couple of days to finish installing the adsense tracking materials I mentioned in my last post a couple of days ago. At this time, I have installed google analytics, adsense channels, and adsense gold (astracker) on one of my adsense niche set of ten sites. Now I can get a much more detailed look at what or who is bringing the traffic to my sites.
Tonight and tomorrow, I am going to finish up installing the adsense tracking on the other two niches that I have. One niche has 3 websites, the other niche has 7 websites. If you haven’t yet installed tracking on your sites, it is essential. If you can test what is working on your sites, then you can continue to improve what is working on your sites.
Installing tracking materials on your sites is only the beginning. Yes, it is a ton of footwork to go back and install the materials. But as I said before, if you already have a bunch of sites, don’t kill yourself getting them where they need to be–this includes tracking. Pace yourself. We’re trying to form habits here. We all know that it is better to work 10-30 minutes a day on your sites than working 2 hours one day out of the week on your sites.
Now, I’m going to need to make $200/mo with adsense, so we will begin speeding things up here soon. And since, I am a programmer, I have already begun developing tools of my own to help speed up the process, but because the tools are not quite ready for public use, I can’t let anyone else use them yet. But let me give you a couple of tips about installing tracking and why it’s important. These tips are not in any particular order. I’m writing them as they come to me.
1) when you install google analytics. Install it in an include if at all possible. The code below will suffice:
<?php include ‘http://www.’.$_SERVER['HTTP_HOST'].’/google/analytics.js’;?>
This code can be dropped into any webpage in which the server can support php. This code also assumes that you have a folder called google in your public_html folder on your server and that a javascript(js) file is saved inside the folder. This ‘analytics.js’ file is where you save your google analytics code to. Drop this code at the bottom of each of the pages on your site right before the ‘</body>’ tag.
The benefit of doing this is that if you ever have to edit or change this analytics code, you only have to change it in one place and all pages will then be updated after that.
2) Tracking (such as astracker) is important because you can begin seeing trends on what ads are more popular (being clicked on more) than others. That is, the ads that more people are clicking on are ads that you should take note of and begin implementing across your site.
3) Tracking (such as analytics) is extremely important so you can begin to identify traffic trends and how visitors are arriving at your site–whether through referrals, search engines, or directly. Particularly you should pay particular attention to the keywords that people are arriving to your site through. This may help you target traffic (through seo) for keywords you never thought about.
So those are the quick tips and things on my mind today. After I have tracking installed on all my sites, I’m going to move on to seo (on-page and off-page) for my sites, and then link bait. And guess what, it’s a cycle. After I feel confident with the sites that I have, I’m going to begin building more. Seven months–$200/month. Are you with me? Are you already doing it? Share your comments.
















