Tag Archive | "Make Money Online"

Tags: General, Make Money Online

Inserting ads in RSS feeds.

Posted on 13 June 2009 by Raman

Inserting ads in RSS feeds.

Inserting Ads in your blog’ RSS feed can be a good idea to boost up your earnings. You may have seen many peoples doing this.

If you publish your feeds with FeedBurner (now acquired by Google) then you can easily show Adsense ads there at by using Adsens for feeds.

And if you want to show other ads in your RSS feeds, then you can do this by modifying the functions.php file (if you dont have one create it).

<?php
function insertAds($content) {
$content = $content.’<hr /><a href=”http://webmasters-blog.com/”>Keep visiting webmasters-blog.com</a><hr />’;
return $content;
}
add_filter(’the_excerpt_rss’, ‘insertAds’);
add_filter(’the_content_rss’, ‘insertAds’);
?>

Here, we first create a function called insertAds(), which concatenate a code containing our advertisment to the $content variable, which contains the content of the post.
Then, we use the add_filter() function to overwrite the the_content_rss() function with our insertAds() function. We use another filter to overwrite the_excerpt_rss() function as well.
That’s all, your rss feeds now displays your ads!

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments (2)

Tags: Adsense, How to, Make Money Online

Increase your Adsense eCPM.

Posted on 14 April 2009 by Raman

increase-adsense-earnings-high-ecpm

Many webmasters using Google Adsense programme to monetize their site complain of getting lower ecpm rates and thus lower earnings. This has led to many webmasters opting for Adsense alternatives which promise of higher ecpm rates.

Method I
As the ecpm ratues of ads on your site is mainly determined by the content of your site, writing good quality content can really boost your ecpm rates. In addition to quality content, you should try to write about a specific niche. For example, instead of writing about mobile phones in general, writing about specific phone models will get you higher ecpm ads. Also it will display highly targeted ads which can increase your CTR value further increasing your earnings.

Method II
Other popular method is to ban the low ecpm ads. This involves using “Competitive Ads Filter” tool available with Adsense. You also need to install “Adsense Preview Tool” available for free over internet, just Google for “Adsense Preview Tool”. Using “Adsense Preview Tool” you can get urls of ads displayed on your site without clicking them. Just visit each url, and check the landing pages, whether they are “Made for Adsense” or “Clickbank” pages. These pages have very low ecpm, hence you should put these urls in your competitive ads filter list. Wait for 2-3 days and you can see a visible increase in your ecpm rates.

Method III
Another method is to improve the placement of ads. Below is the image displaying hot, medium and cold areas for ads placement.

Google Ads Placement

According to some, placing ads in “hot” areas can get you higher ecpm rates.

Method IV
Another method involves use of tags to help find Google, which part of your content is comparatively important. Following tags can used for this purpose –

google_ad_section_start google_ad_section_end

This will let Google display the ads relevant to your content.

Method V
Avoid link units. As link units have very low ecpm try to avoid them wherever possible.

Hope these simple steps will work for you and boost your Adsense earnings. If you want help of anykind just leave a comment.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments (3)

Affiliate Theme Advertise Here
Advertise Here