Adsense Clicks Tracker

There have been 3rd party javascripts that track adsense clicks out.

I just found some articles about it.

These following articles are about using Google Analytics to track adsense clicks.

  • Tracking Adsense Clicks with Google
  • Track Google AdSense Clicks via Google Analytics – Free AdSense Tracker
  • Forums Digital Point
  • jensense.com

Google Analytics basics

This tracking is done through “Goals”. A goal is a way of tracking when a website visitor does something you want – Buy an item, submit a contact form, or in our case click an adsense ad.

Tracking script simulates virtual directory hierarchy to Google Analytics so you can use it’s reporting capabilities effectively. This hierarchy always starts with /asclick directory, is then followed by Ad group type or custom type(channel) name and the final thierd level of this hierarchy is AsSense Ad URL address or AdLinks Keyword (only available on IE). So simple AdSense click hit would be /asclick/NavigBanner/www.DirectRelief.org for NavigBanner Ad type and DirectRelief Ad.

How does it work?

Small javascript file is added to your web page and that’s it. This script listens for ad clicks and reports them to Google Analytics (analytics code has to be already installed in the web pages). Google Analytics interface is than used to interpret tracking results.

Compliance with Google AdSense TOS

The question ? as always with all things AdSense ? is, does it play nice with Google?s TOS?

This tracking script uses passive click monitoring and in no way alters code generated by Google AdSense. It does not interfere with Ad clicks directly, but simply listens for browser mouse and keyboard events and reports through Google Analytics tracking engine. I have reviewed AdSense TOS and did not find any issue what so ever. But if you want to be sure, go ask Google AdSense support for permittion first. Just don’t expect simple Yes/No answer from them

Tracking Accurancy

The passive listening method used by this tracking script does not allow for 100% accurate click reporting. When compared to AdSense, my results are usually about 10-15% lower in Google Analytics goals. The limitations i know about are already mentioned in some of previous paragraphs. I would be really interested in how this script performs for you (especialy for higher traffic volumes).

Google Analytics integration

Integration with Google Analytics is achieved by manually calling urchingTracker when user clicks on AdSense Ad. Tracking script simulates virtual directory hierarchy to Google Analytics so you can use it’s reporting capabilities effectively. This hierarchy always starts with /asclick directory (unless you modified this value), is followed by Ad group type or custom type(channel) name. The final thierd level of this hierarchy is AsSense ad URL address or AdLinks Keyword (note that this is not available for clicks from Firefox browser).

The example tracked URL will look like:
/asclick/336x280_as/www.DirectRelief.org
or /asclick/NavigBanner/www.DirectRelief.org (if you use custom adgroup names).

Setup procedure

If you use this method, the setup procedure constists of two parts. First you have to setup your web page to track AdSense clicks and report them to Google Analytics. Second part is about tweaking Google Analytics settings a bit to ease interpreting click retults.

And please be prepared to wait at least 24 hours before some AdSense tracking hits appear in your Google Analytics interface.

Web Page

  1. Download astracker.zip file containing all required files.
  2. Unzip and upload tracking javascript astracker.js somewhere to the web ideally directly to your web server.
  3. Add reference to this javascript to your web page directly below Google Analytics code (see the following example).
          <script src="http://www.google-analytics.com/urchin.js"
               type="text/javascript">
          </script>
          <script type="text/javascript">
              _uacct = "UA-xxxxxx-y";
              urchinTracker();
          </script>
          </script src="/javascript/astracker.js"
                type="text/javascript">
          </script>
    
  4. Optionally tweak the page to support custom channel reporting – see Advanced Settings for further info.

Google Analytics
Create a goal: To create a goal you assign it a URL. This url doesn’t have to exist, as the javascript will trigger it.
In the Goal URL field, enter “/asclick” and “Adsense Clicks” for the goal name.

Image Hosted by ImageShack.us

I’m sorry if you see a lot of blockquote, because I rewrite it from references above. So… what is the point? Just copy & paste? :-/

Ok, I got idea from articles above. We have to add the code manually to our web pages. So far I didn’y find WordPress Plugin about it.

Create WordPress plugin to tracking adsense click with Google Analytics

Basic Idea

  • Add Tracker script “automatically” to WordPress. Actually I didn’t change anything inside this script, just rename it adtracker.js to adsenseClicksTracker.js. We can create WP plugin to do this.
  • There is Google Analytics Plugin for WordPress exist. This plugin makes it simple to add Google Analytics to our WordPress.

Make integration between adtracker.js and Google Analytics Plugin

So I create WordPress plugin named “Adsense Clicks Tracker”. This plugin makes it simple to tracking Google Adsense Clicks with Google Analytics. This plugin add adsenseClicksTracker.js to WordPress.

Installation

  1. Download the plugin and unzip it to your PC
  2. Upload the folder “adsenseClicksTracker” and all of its contents into your wp-content/plugins/ directory.
  3. Activate the plugin in your WordPress site Admin
  4. Enter your Google Analytics User Account string (it?ll be something like UA-12345-6. It appears when you “Add a channel”)
  5. You can use any kind of Google Analytics plugin or insert it manually ;)
  6. Your done! Enjoy

Usage

You still have to create a goal at your Google Analytics.

Testing it

DON’T! There is no way to test that this works as it tracks adsense clicks, and you can’t click your own adsense. Just wait for a while and view your Google Analytic report.

Download

This plugin still pending because I’m waiting for permission from Rich Boakes, asp-net-whidbey.blogspot.com, and ask Google Adsense about it. Just for make sure :)

Checklist

  • Permission from Rich Boakes
  • Permission from asp-net-whidbey.blogspot.com

    supriyadisw: Hi, the script is absolutely free so you can use it, change it, update it and of course distribute it with your wordpress plugin.

    Just post here link to your plugin, so everyone is able to find it easily :)

  • Permission from Google Team

    Wed, 12 Jul 2006 14:08:20 -0700
    ….
    With regards to the click tracking software you’ve mentioned, we do not
    endorse or encourage the use of any particular click tracking tools. We
    recommend that you exercise caution when using third-party software to
    ensure that you do not violate the AdSense Terms and Conditions nor
    inadvertently disclose sensitive information about yourself or your
    site
    through the use of such software.

    In addition, it is solely your responsibility to verify that any tools
    or
    software used in conjunction with AdSense do not violate the AdSense
    Terms
    and Conditions and program policies.

    Thank you for your cooperation.

  • While I’m waiting for some permissions, I install it to my blog ;)

Change Log

  • 07/14/2006: Initial public release without integration with any kind of Google Analytics plugin.

For tracking adsense with Google Analytics, you can visit references above.

Have a nice day…

The web host companies offer multiple hosting packages in the different prices to facilitate the average kind of clients. The search engine marketing strategies are very useful for the enhancement of the revenue of any entrepreneurs who invest a large amount of money to run business. The domain names are selected by the webmasters according to the nature of their business. The most important hosting features of aplus hosting have a great attraction for the potential customers.

39 Comments to “Adsense Clicks Tracker”
  1. [...] Adsense Clicks Tracker supriyadisw dot net … have been 3rd party javascripts that track adsense clicks out. I just found some … So I create WordPress plugin named “Adsense Clicks Tracker” … [...]

  2. [...] Adsense Clicks Tracker: Tracking adsense clicks with Google Analytics. [...]

  3. Thanks for this article and explanation. I’ll use your scriot on my site – choose-webhosting.com

    Adam

  4. [...] … hierarchy is AsSense Ad URL address or AdLinks Keyword (only available on IE) … With regards to the click tracking software you’ve mentioned, we do not … Continue …. [...]

  5. [...] With regards to the click tracking software you’ve mentioned, we do not … 3 Make Money With Adsense ” Adsense Google Keyword Optimizing … Read More …. [...]

  6. [...] the information. Other WordPress Plugins that will help you track your Adsense income include Adsense Clicks Tracker and Adsense Earnings WordPress [...]

  7. [...] Read more and download the Adsense Clicks Tracker from here. [...]

  8. [...] the information. Other WordPress Plugins that will help you track your Adsense income include Adsense Clicks Tracker and Adsense Earnings WordPress [...]

  9. [...] the information. Other WordPress Plugins that will help you track your Adsense income include Adsense Clicks Tracker and Adsense Earnings WordPress [...]

  10. Bob says:

    Hey, I’d love to use your plugin but the link is down :(

  11. Link fixed. Thanks for your report. Have a great day!

  12. [...] unita’ pubblicitaria. Altri plugins di WordPress che ti aiutano a monitorare le entrate sono Adsense Clicks Tracker e Adsense Earnings WordPress [...]

  13. [...] It´s a great tool for every blogger, using wordpress. Have you ever wondered which ads are making you cash and which are not? Here is the solution: ADSENSE CLICKER TRACKER. This plugin makes it simple to tracking Google Adsense with Google Analytics. You can download it HERE. If you need any help with installing this plugin, visit the page of its author here. [...]

  14. Djuki says:

    You said

    4 Enter your Google Analytics User Account string (it?ll be something like UA-12345-6. It appears when you “Add a channel”)

    But where should we enter this string ??

    Ivan

  15. Marc says:

    unfortunately the tracker isn´t working for me, has anyone also problems that no click will be counted?

  16. [...] Adsense Clicks Tracker von Supriyadi Slamet Widodo ermöglicht das Tracken von Klicks auf Google Adsense Anzeigen. Social Bookmarking [...]

  17. [...] I’m using the AdSense Click Tracker plugin to track AdSense clicks with Google Analytics. This approach works, but it only catches [...]

  18. [...] the information. Other WordPress Plugins that will help you track your Adsense income include Adsense Clicks Tracker and Adsense Earnings WordPress [...]

  19. [...] the information. Other WordPress Plugins that will help you track your Adsense income include Adsense Clicks Tracker and Adsense Earnings WordPress [...]

  20. [...] the information. Other WordPress Plugins that will help you track your Adsense income include Adsense Clicks Tracker and Adsense Earnings WordPress [...]

  21. [...] Adsense Clicks Tracker – Track your AdSense clicks. Adsense Earnings WordPress Plugin – Track AdSense clicks. Author Adsense WordPress Plugin permits ads to be displayed by author, so the post author gets credit for the ads, not the blog itself. For multiple blogger blogs, this is an interesting way to share the wealth. [...]

  22. [...] ficar de olho na sua publicidade, sem ter de visitar a sua página Adsense todos os dias. O plugin Adsense Clicks Tracker e o plugin Adsense Earnings são também boas [...]

  23. [...] Adsense beautifier is a plugin available for WordPress to make your Adsense look beautiful in order to increase you Adsense earnings. Images adjacent to ads can help increase click through rate (CTR). [...]

  24. [...] the information. Other WordPress Plugins that will help you track your Adsense income include Adsense Clicks Tracker and Adsense Earnings WordPress [...]

  25. [...] Adsense Clicks Tracker [...]

  26. [...] Adsense Clicks Tracker: Tracking adsense clicks with Google Analytics. [...]

  27. Now is Sep 2008, does this plugin still work at all?

    I like the way it’s tracking the adsense unit and ad URL as well. But not so sure I can use it because now I use PageTracker, not urchinTracker. Can both work?

  28. exinco says:

    hi,
    nice info.
    Is this tool can track where the click came from? e.g 1 click from china, 2 click from Malaysia, 3 click from california and so on…

    i see some guy that claim he can track where the click came from (location)

  29. Thanks for the plugin great work!

  30. [...] pois deixa-te visualizar os teus ganhos Adsense assim como as impressões. Há também o Adsense Clicks Tracker que te permite controlar os teus ganhos e tens ainda o Author Adsense WordPress Plugin que permite [...]

  31. [...] Adsense Clicks Tracker: Tracking adsense clicks with Google Analytics. [...]

  32. [...] Adsense Clicks Tracker: Tracking adsense clicks with Google Analytics. [...]

  33. [...] Adsense Clicks Tracker · supriyadisw dot net – There have been 3rd party javascripts that track adsense clicks out. These following articles are about using Google Analytics to track adsense clicks. A goal is a way of tracking when a website visitor does something you want Buy an item, submit a contact form, or in our case click an adsense ad. [...]

Leave a Reply

Message