home shopping network

Track AdSense Clicks With Google Analytics

In order to change and have a better lifestyle. I think Google Adsense is my only income right now. However it was not enough even to survive in my life, I still need to found out the way how.

Today, I was accidently found a way to track my adsense click with google analytics. How ever I will never happen until now. But I found a little JavaScript code can be setup an AdSense click as a “goal” within the Analytics interface.

<script type=“text/javascript”> // by Shawn - http://www.shawnhogan.com/2005/11/track-adsense-clicks-with-google-analytics.html // Put this at the bottom of the page (after the last AdSense block) 	 function adsense_click() { 	if(window.status.indexOf(‘go to’) == 0) { 		urchinTracker (‘/AdSenseClick’); 	} } 	 var elements; if(document.getElementsByTagName) { 	elements = document.body.getElementsByTagName(“IFRAME”); } else if (document.body.all) { 	elements = document.body.all.tags(“IFRAME”); } else { 	elements = Array(); } 	 for(var i = 0; i < elements.length; i++) { 	if(elements[i].src.indexOf(‘googlesyndication.com’) > -1) { 		elements[i].onfocus = adsense_click; 	} } </script>

 

This only works with Internet Explorer because of some limitations/bug with Mozilla.

Popularity: 7% [?]

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Email It Email It
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Free Personal Blog Adsense Ready Wordpress Theme Pack

In order to building better relationship with your friends. Blogging will be the best tools to create your own community in your discussion topics or interest. Majority of use will start learn how to build the first blog in blogger.com which will give you a free blog hosting with a sub domain name something like yourdomain.blogspot.com.

screenshot.png

However, I start learning to use wordpress 2 years ago and this is the first time I have design a new theme to offer to my friends who are using wordpress as a platform for their blog.

What good about this ?

I have already put in some of the best location to display your adsense ads. However, you still can make a change if you want to replace the adsense ads code with image or your photo gallery, community widget, or any banner ads. You will able able to add more 125 X 125 banner ads if you find 2 banner is not enough.

You can see the demo here

Click Here to Download

I hope you enjoy my

Popularity: 18% [?]

Email It Email It
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
Close
E-mail It