Well, using Google AdSense is pretty easy. Apply, get approval, paste ad code in your website and you’re in the online business! AdSense ads will being to appear on your webpages. But harvesting the full potential of these ads requires a bit of more work and tweaking. You need to do a few things in order to optimize your ads and maximize revenue you get from them. Today, I will talk about the importance of the first Google ad in your webpage. Please note that I said “in your webpage” and not “on your webpage” What I mean is that I am not talking about the first ad that appears on top of the others. I am talking about the first ad code embedded in your HTML code. Confusing?… Let me explain. Let’s first understand why the first ad is important. Google’s ad serving algorithm tends to server high quality ads in the ad blocks that it first encounters in your HTML. This is to say that the first ad will get the highest quality ad (with high CPC etc.) and as we go down the HTML code of your page, the quality of ads will decrease. With your experience and a bit of study of your click-through-rate (CTR) you should be able to determine which of the ads on your page is performing the best. This may OR may not be the first ad on your page. An ad’s performance depends on many factors. Also Read: Google AdSense Tips and Guide (a must read for AdSense Success aspirants) It is possible, let’s say, that the third ad is getting the highest CTR. Our objective is to make this third ad the first one –so that we can get best of both world (highest CTR on a highest CPC) It’s simple. As we know that the ad serving algorithm scans the page from top to bottom, all we need to do is to place the highest CTR ad right below thetag; so that this becomes the first ad block to be encountered by the algorithm. But sometimes we face a problem. Migrating an ad block from one place to another may mean that the block will not fit in the new place. Let’s say your third ad is a 728×90 leaderboard ad. If you migrate this code right undertag –your webpage design might get distorted because there the ad may not have the luxury of 728×90 pixel space. The solution is to shift the code right undertag but make the ad display where it always has been. Enclose your ad code with div tags Now style this div with position:absolute and give it top and left coordinate in order to position it in the place where it has been living all the time before. For example: One more AdSence tip: When you will make the div absolutely positioned –the content below it will push upward. So, after removing the ad block from its original place –you would need to place an empty div of the same size at that place. This blank div will act as a placeholder and would keep the content below from shifting upward. Did you find this AdSense tip useful? Please let me know if it worked for you. Also, it would be great if you could share any other AdSense tip with us. Needless to mention, your questions are always welcome. Thank you for using TechWelkin. Insert your ad code here if for defining the first ad for google ad bots and the 2nd code below is to define where the first ad locates in the theme. So if there is not shifting of places by adding first code then we do not need to add the next 2nd code? Awaiting your reply thnx Thanx.. Change the height and width according to the ad size z-index:1000; left:185px; top:420px; Add the following CSS in blank div: margin: 0 10px 10px 0; float:left; Seems like it worked. I added only thez-index:1000; left:185px; top:420px; code in the #ad1 div: and changed the 183px to 300, and the 420px to 480, and it worked. The ad appeared in its right place and it’s clickable now. But I didn’t add the second code (margin: 0 10px 10px 0; float:left;) anywhere. Is it obligatory? Because the ad spot works without that too. Thanks a lot for your help. Sorry for bothering you so much. I just don’t know much in codes that’s why need someone’s help… If you have time, can I ask you to talk to you in private? You have my e-mail already. Comment * Name * Email * Website

Δ

AdSense First Ad  Highest CTR Ad at Higest CPM Location - 13