Monday, August 3, 2009
Adsense Tricks - How to Add Adsense ads inside Blogger blog posts or between blog posts
Check the box next to 'Expand Widget Templates'
2.Scroll down the window till you see this code
<b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if>
3.Replace that code in the template with the below code
<b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>
4.Again,scroll down the template and find out data-post body tag and paste the below code just above that code{this will show ads above the post body.If you want ads to show below the post,paste the code below that tag.
Here is the code to paste:-
<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>
That's it!
How to place adsense ads between Blog posts:
1.Sign in to your blogger dashboard>click on the layout link
2.Click on the Edit link in the "Blog Posts' column
..............a pop up window opens..........
3.Check the box next to 'Show ads between Posts'
next,configure the ads,choose the format,colours,etc and SAVE THE CHANGES.
That's it! Now your adsense ads will show between blog posts.
Technorati Tags: adsense, seo, blogger, blogger tricks
Latest News - How To Make Money With Adsense Without Your Website
DirectDownloadCenter.com is free software download center. You can download any Freeware and Shareware directly from publisher. They have setup a system to share 100% AdSense revenue to all contributing members from all traffic that you sent to their site.
It is easy to use DirectDownloadCenter.com to earn advertising revenue. There are two ways to do it:
1. Link to any pages of DirectDownloadCenter.com using your referrer code. Traffic sent from your link will display Google Ads using your Adsense ID 90%.
2. Referring your friends to be our member and getting your ads displayed on their traffic 10% of the time. It's easy, just link to any pages using your referrer code and wait for his/her registering.
All you have to do is to guide your friends to download software from them or invite your friends to be their member and start getting money!!.
Publish or share software with your friends and start getting money too!!
Join Now!! Make Money With Adsense Without Your Website. Apply now!
Free Download 50000+ Freeware Shareware NOW.
Free Download Business & Finance Software
Download PHP MySQL Wizard 1.3
Technorati Tags: adsense, money, earn money, blogger, tricks
Adsense Trciks - How To Insert Adsense Ads In Blogger Post
1.Generate Parsed code for adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser.
2.After parsing,your ad code Should look like this.

How To Place ad above or below your post header
log in to your dashboard--> layout- -> Edit HTML
Click on "Expand Widget Template" and scroll down to where you see this:-
<div class='post-header-line-1'/>
To place ad above your post header.Paste the code above this line.
To place ad below your post header.Paste the code below this line.
How To Place ad end of your post body
log in to your dashboard--> layout- -> Edit HTML
Click on "Expand Widget Template" and scroll down to where you see this:-
<p><data:post.body/></p>
Paste the code below this line, to show your ad at the end of your post.
NOTE : To Set the Align of your ad , Insert your code like this.
<p align="center">
Your Ad code
</p>
Replace "center" with "left" or "right" for desired alignment.
Technorati Tags: adsense, blogger, seo, blogger tips
Adsense Tricks - How to put AdSense in the Middle or Anywhere of Blogger posts
1.Generate Parsed code for your adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser.
After parsing,your ad code Should look like this.

2.Log in to your dashboard--> layout- -> Edit HTML
4.Scroll down to where you see this:
<data:post.body/>
5.Now replace above code with below code.
<div expr:id='"aim1" + data:post.id'></div>
<div style="clear:both; margin:10px 0">
<!-- Your AdSense code here -->
</div>
<div expr:id='"aim2" + data:post.id'>
<data:post.body/>
</div>
<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>
Note : You must you must replace with Your Adsense Parsed code.
6.Now save your template.
7.In every blog post ,Put this special code :
<!-- adsense -->
in the exact point you want to appear AdSense advertising.Now you are done.
Google Trick - How To Remove AdSense Ads from the Homepage
If you want to hide Google Adsense Ads In Home Page ,follow the steps below.
1.Generate Parsed code for your adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser.
After parsing,your ad code Should look like this.

2.Log in to your dashboard--> layout- -> Edit HTML
3.Click on "Expand Widget Templates"
4.Scroll down to where you see this:
<data:post.body/>
5.Now Copy below code and paste it before the above line.
<b:if cond ='data:blog.pageType == "item"'>
<!-- Your AdSense code here -->
</b:if>
Note : You must you must replace with Your Adsense Parsed code.
6.Now save your template and you are done.Technorati Tags: Adsense, seo, google
Adsense Tricks - How To Remove Low paying Adsense Ads
1.First go to www.adsblacklist.com .

2.Now Signup for a account.it's free and very simple.
3.Now login to your account.
4.Now Click on My Account.

5.Now click on 'Add New Domain'

4.Submit your URL,TITLE and Keywords.Look at the example below.

5.Now go to Generate Filter List.

6.Drag and drop your domain name into 'Keywords from selected domains:' box.Then you can see keywords,you give in step 4.
7.Now select 'MFA' and 'LCPC'.

8.Now click on Submit.
9.They will give you lowpaying ads urls.copy these urls.
10.Now login to your Google Adsense Account.
11.Click AdSense Setup.

12.Go to Competitive Ad Filter category.

13.Paste lowpaying ads urls into the box and click save changes.

14.Now google will not display low paying ads in your site.
Technorati Tags: Adsense, seo, google
Adsense Trick - How To Add Adsense Parser to blogger

Parsed code will look like this :

1.Login to your dashboard--> layout- ->Page Elements
2.Click on 'Add a Gadget'.
3.Select 'HTML/Javascript' and add the code given below and click save.
<iframe src ="http://tools.bloggerplugins.org/parser.php"width="100%" style="border: none" height="300"</iframe>
Technorati Tags: Adsense, seo, google
Adsense Tip - How To Use Adsense Section Targeting on Blogger
- Section targeting allows you to suggest sections of your text and HTML content that you'd like us to emphasize or downplay when matching ads to your site's content. By providing us with your suggestions, you can assist us in improving your ad targeting. We recommend that only those familiar with HTML attempt to implement section targeting.
- To implement section targeting, you'll need to add a set of special HTML comment tags to your code. These tags will mark the beginning and end of whichever section(s) you'd like to emphasize or de-emphasize for ad targeting.
- The HTML tags to emphasize a page section take the following format:
YOUR PAGE CONTENT
<!-- google_ad_section_end -->
Now, how can you implement Adsense Section Targeting on New Blogger? If you want to get relevant ads, applying Adsense Section Targeting to your blog use above the code before and after post titles and post content.
Follow these steps to do it.
1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:
<b:includable id='post' var='post'>
<div class='post uncustomized-post-template'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
4.Now replace above code with below code.
<b:includable id='post' var='post'>
<div class='post uncustomized-post-template'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><!-- google_ad_section_start --><data:post.title/><!-- google_ad_section_end --></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><!-- google_ad_section_start --><data:post.title/><!-- google_ad_section_end --></a>
<b:else/>
<!-- google_ad_section_start --><data:post.title/><!-- google_ad_section_end -->
</b:if>
</b:if>
</h3>
</b:if>
5.Now again scroll down to where you see this:
<data:post.body/>
6.Now replace above code with below code.
<!-- google_ad_section_start --><data:post.body/><!-- google_ad_section_end -->
7.Now save your template and you are done.
Technorati Tags: Adsense, Google, Adds
How To Add Adsense ads between Header and Post Section
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
4.Now replace above code with below code.
<b:section class='crosscol' id='crosscol' showaddelement='yes'/>
5.Now save your template.
6.Go to Layout > Page Elements
7.Now Click on new 'Add a Gadget' option that will now have appeared between Blog Posts and the Header.
8.Select 'HTML/Javascript' and add your Adsesne code and click save.
Technorati Tags: Adsense, Blogger, Adsense Help