The Affiliate Marketing and Money Making Blog

Your Ad Here
Get Chitika | Premium
Showing posts with label affiliate marketing. Show all posts
Showing posts with label affiliate marketing. Show all posts

How to Add 125x125 Ad Spots To Your Blogger Blog

Bookmark and Share

 

Currently, 125x125 ad-spots are the most widely used ad dimensions in the blogosphere. For both publishers and advertisers these dimensions are perfect for displaying text and pictures in an attractive way. And these ads do not interfere too much with the blog's content.

So if you are too planning to sell some ad space on your Blogger blog with these 125x125 spots, just follow these simple instructions:

A lot of bloggers place and control this kind of ad-spots through CSS but the ones you can add by following this guide work with standard HTML, so as to keep the process as simple as possible. Furthermore, it allows for easy customization later on.

1. Log in to Blogger, navigate to Layout --> Add a Gadget --> select HTML/JavaScript from the menu.

2. Paste the following code into the HTML/JavaScript box:

<center><table border="0"><tr>
<th width="126" height="126" align="center"><img src=" http://i606.photobucket.com/albums/tt144/saxplayer2112/ad-125x125.gif "/></th>
<th width="126" height="126" align="center">
<img src=" http://i606.photobucket.com/albums/tt144/saxplayer2112/ad-125x125.gif "/></th>
</tr><tr>
<td width="126" height="126" align="center"><img src=" http://i606.photobucket.com/albums/tt144/saxplayer2112/ad-125x125.gif "/></td>
<td width="126" height="126" align="center">
<img src=" http://i606.photobucket.com/albums/tt144/saxplayer2112/ad-125x125.gif "/></td>
</tr></table></center>

Note: The code in green represents "no. of columns" (2 green lines=2 columns) and code in purple represents "no. of rows" (2 purple lines=2 rows).

3. Save the widget.

4. When an advertiser approaches you, replace the links in red in the code above with the code for the new ad.

TIP: Instead of displaying all 4 banners as „Advertise Here”, it is better to use a couple of them to show any affiliate ads you may already have and keep just one or two as „Advertise Here” spots.

You may use any of the following „Advertise Here“ banners (right click on picture and choose “save as”):

 

125-x-125-advertise-here-image-12 125-x-125-advertise-here-image-13
125-x-125-advertise-here-image-18 125-x-125-advertise-here-image-20
125-x-125-advertise-here-image-24 125-x-125-advertise-here-image-32

 

In this post I have shown you a simple method for adding 125x125 ad Spots to your Blogger blog. If you are interested in making money you should definitely add a couple of them to the sidebar of your blog.

Good luck!

 

Related article:

How to Add an Affiliate Banner to the Sidebar of Your Blogger Blog 

How to Add an Affiliate Banner to the Header of Your Blogger Blog

How to Add AdSense Ad Units or Affiliate Banners Above the Header of Your Blogger Blog

 

 

How to Add AdSense Ad Units or Affiliate Banners Above the Header of Your Blogger Blog

Bookmark and Share

 

A lot of people who are interested in monetizing their Blogger blog want to know how they can add a Google AdSense ad unit or an affiliate banner above the header of their blog. Therefore I am going to show you in this post how you can place an affiliate banner or Google AdSense banner/ad block right at the top of Blogger blogs.

Setting up Blogger so that ad units can be placed above the header requires the addition of a snippet of code to the template of your Blogger blog. This tutorial is aimed at beginners and newbies to Blogger and blogging. The adjustments can be performed in less than 5 minutes.

adsense above blogger header bearb

How to Add a Google AdSense Ad Unit or an Affiliate Banner Above the Blogger Header

1. Login to Blogger if not already logged in.

2. Navigate to Layout --> Edit HTML.

3. As a precaution back up your template by downloading the full template to your computer.

4. Check the Expand Widget Templates box.

5. Search for the following line of code which in most templates will be directly after the <body> tag (The easiest way to do this is by pressing Ctrl + F and then entering the line into the search box):

<div id='outer-wrapper'>

6. Paste the following block of code directly after this line to create a new section:

<div id='topads-wrapper'>
<b:section class='topads' id='topads' preferred='yes'/>
</div>

7. Next you need to add some CSS styling to the newly created section. Please note that the banner will be centered by default. If you want to change the alignment for some reason or other you just need to change the CSS styling.

Place the following code in the head section of your template before these lines:

]]></b:skin>
</head>

The code to be inserted:

/* Top Ads
----------------------------------------------- */
#topads-wrapper {
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 100%;
}
#topads {margin: 0; padding: 0;}
#topads .widget {margin: 0; padding: 5px 0;}

8. Click on Save Template.

9. Now go to Layout --> Page Elements.

10. You will find that you can add a gadget to a new section above your header and directly below the navbar.

How to Add a Google AdSense Ad Unit

Click on Add a Gadget and choose your preferred Google AdSense ad unit. The best choices for this position are the 728x90 Leaderboard, the 468x60 Banner, and the 728x15 or 468x15 Horizontal Lines. For best results choose either the Blend Template or Match Template option. Do not forget to save when you are done.

How to Add an Affiliate Banner

If you´d rather add an affiliate banner, click on Add a Gadget and choose the HTML/Javascript widget from the list of gadgets available in the menu. You then need to paste the affiliate banner code into the content box in the popup window and save your changes. Click on View Blog and you will see your new banner displayed above the header of your Blogger blog. For more detailed instructions about adding affiliate banners to a Blogger blog please refer to my article How to Add an Affiliate Banner to the Blogger sidebar.

Tips and Troubleshooting

a) If you wish to add more than one widget to the section above the header you will need to change the template code from:

<b:section class='topads' id='topads' preferred='yes'/>

to:

<b:section class='topads' id='topads' maxwidgets='3'>

This change to the template will allow you to add up to 3 widgets above the Blogger header.

b) If you wish to display your Google AdSense ad unit only on the post page and not the home page then you need to add an <b:if> statement. For instance go to Layout -- > Edit HTML after you have created your ad unit and you will see that the code you inserted is now different. That is because the Adsense widget code has been added. You are likely to have something that looks like this:

<b:section class='topads' id='topads' preferred='yes'/>
<b:widget id='AdSense7' locked='false' title='' type='AdSense'>
<b:includable id='main'>
<div class='widget-content'>
<data:adCode/>
</div>
</b:includable>
</b:widget>
</b:section>

By inserting the code within an <b:if> statement you will be able to control where it appears. To have the Google AdSense ad unit only display on the post page you need to add the following lines of code:

<b:section class='topads' id='topads' preferred='yes'/>
<b:widget id='AdSense7' locked='false' title='' type='AdSense'>
<b:includable id='main'>
<div class='widget-content'>
<b:if cond='data:blog.pageType == "item"'>
<data:adCode/>
</b:if>
</div>
</b:includable>
</b:widget>
</b:section>

In this tutorial I have shown you how to create a new section above the header of your Blogger blog and how to add a Google AdSense ad unit or an affiliate banner to that spot. In addition I have shown you how to place the aforementioned Google AdSense unit or banner only on the post page rather than on every page of your blog. If you have any questions please leave a comment.

Good luck!

 

Related articles:

How to Add an Affiliate Banner to the Header of Your Blogger Blog

How to Add an Affiliate Banner to the Sidebar of your Blogger Blog

Better Google AdSense Placement for Blogger

 

How To Add An Affiliate Banner To The Header Of Your Blogger Blog

Bookmark and Share

 

If you are interested in making money from your blog, chances are you will want to add an affiliate marketing banner to the header of your Blogger blog. Doubtless you have seen plenty of websites sporting advertising banners which are creating revenue for the author by way of banner clicks. With a small amount of rather simple tweaking to your Blogger template you, too, will be in a position to boost the revenue earning capacity of your Blogger blog.

ad-banner-to-blogger-header

How to Add an Affiliate Banner to the Header of Your Blogger Blog

There are a number of good places for a banner or an ad block, but the header of a blog is by far the most prominent area. Unfortunately, Blogger does not provide an easy facility for inserting an advertising banner into the header of your blog. To manage this you have two choices:

1. Use a custom template that comes banner ready. (There are a number of templates out there with this feature built in.)

2. Customize your existing standard Blogger template.

This post focuses on choice # 2 and shows you how to go about manually editing your template to add an affiliate banner ad. By the end of this tutorial you will have the necessary knowledge to insert a banner into the header of your Blogger blog. The level of difficulty for the necessary additions is easy to intermediate, so pretty much everybody should be able to get this done in a matter of minutes. You will be adding a few lines of code to your template plus pasting in the affiliate marketing banner code.

For the purposes of this example I will be using a 468x60 banner. This specific method of banner insertion has been tested on the following standard Blogger templates:

Herbert
Rounders
Denim
Thisaway
Son of Moto
Sand Dollar

It will also work on most custom templates that do not already come with an advertising banner in the header built in.

How to Insert an Affliate Marketing Banner into a Blogger Blog

1. Login to Blogger.com and navigate to Layout --> Edit HTML.

2. On the Edit HTML page you will see the option to back up your template by downloading it to your system. I strongly advise that you take this opportunity to backup as you are about to make a change to your template where you may not be able to restore it if anything should go wrong.

3. Once you have backed up your template place a check mark in the Expand Widget Templates box.

4. Search your template and locate the following lines of code within the header section of the template (note you can search by using CTRL + F and entering <b:includable id='main'> into the search box):

<b:includable id='main'>
<b:if cond='data:useImage'>

5. Now insert the following 2 lines of code directly below <b:includable id='main'> and before <b:if cond='data:useImage'>:

<div class='ads'>
</div>

6. Place your merchant affiliate code between the lines of code you just inserted. You will need to copy the code from the affiliate program provider to your template (better still, copy it into a program like Word , piece the parts together, and then copy and paste the complete code into your template). If you have not as yet signed up for an advertising program such as Linkshare or Chitika you will need to do so before you proceed. Alternatively, you could use my banner code in the meantime to test this banner and later substitute it for your own.

<div class='ads'>PLACE YOUR BANNER CODE HERE
</div>

7. Review the code you have entered. If you have followed the steps above you will now have code that resembles this (Your affiliate code will of course be different):

<b:includable id='main'>
<div class='ads'>

<a href=https://chitika.com/publishers.php?refid=********** style="text-decoration: none;"><img src="http://scripts.chitika.net/eminimalls/logos/468x60.png" border="0" height="60" width="468" alt="Get Chitika Premium" title="Get Chitika Premium" /></a>

</div>
<b:if cond='data:useImage'>

8. When you are sure you have correctly inserted the code into the template scroll up until you find this line in your template:

]]></b:skin>

9. Immediately before this line add the following lines:

/* Header Banner
----------------------------------------------- */
#header .ads{width:480px; height:80px; float:right; padding:20px 0px 0px 0px}

10. Click on Save Template.

11. Click on View Blog to view your new banner.

Troubleshooting

  • If you need to change the alignment or padding around the banner to your own specifications you will need to change the CSS stylesheet code entered in Step 9
  • You can change the alignment of the banner by changing float:right; to float:left; if you would like your banner to left align.
  • If you change your template for another standard Blogger template you may need to re-enter the code in Step 9.
  • Sometimes the code you get from your affiliate may be incomplete. For instance, some of Chitika´s banner codes are missing the specifications for height and width. In this case you will have to enter height=".." and width=".." yourself.
  • If you change the size of your banner you will have to change the specifications of the code you inserted in step 9 as well.

In this post you have learned how to insert a 468x60 affiliate marketing banner into the header of your Blogger blog and will now be well on your way to earning revenue from multiple income streams.

Good luck!

 

Related Article:

How to Add an Affiliate Banner to the Sidebar of Your Blogger Blog

 

How to Add an Affiliate Banner to the Sidebar of Your Blogger Blog

Bookmark and Share

 

Quite a lot of people are interested in making money from their blog(s) and for this reason want to learn how to integrate affiliate banners into their Blogger blog. In this post, which is the first of a series, I shall show you how to place a banner (or, in fact, any number of banners) in the sidebar of your Blogger blog. Although this tutorial is primarily aimed at newbies, but it may offer helpful tips for anyone interested in making money by adding an affiliate banner to the sidebar of their Blogger blog.

How to Add an Affiliate Banner To the Sidebar of Your Blogger Blog

Adding an affiliate banner to the sidebar of your Blogger blog is fairly easy. Just follow these step by step instructions:

1. Join an affiliate marketing program like Clickbank, Commission Junction or Chitika and select your merchant or the products you want to advertise.

2. Decide on the size of the merchant banner or banners you wish to display in your sidebar. Make sure that whatever size you choose will fit into the sidebar space - otherwise your banner ad may not be displayed properly on your blog. Typical sizes suitable for sidebars are:

  • small rectangular banners 125x90, 125x125 or 150x150
  • square banners 200x200 (if space allows)
  • short vertical banners 120x200
  • column style skyscraper banners 120x600 or 160x600

3. After choosing your banner you will be presented with the merchant code to display the banner. Right click to select all and right click again to copy the code (Ctrl + C) to the clipboard of your computer.

4. In a new tab or window login to Blogger and navigate to Layout --> Page Elements.

5. Click on Add a Gadget in the Sidebar. If you are using a customized template you may have 2 or more different sidebars, so decide which of them you want the banner ad to be displayed in.

6. Select the HTML/Javascript widget from the Add a Gadget menu.

7. Place your mouse in the content box of the Configure HTML/Javascript widget and right click. Choose paste (Ctrl + V) to insert the merchant code of your banner ad into the content box.

8. In the title box add a Title like Sponsored Ads if you wish, otherwise leave it blank.

add_banner_sidebar

9. Click on Save.

10. Use Blogger's drag and drop feature to pick up your new HTML/Javascript widget and position it where you want your banner ad to show up in your sidebar.

11. Save the Layout.

12. Click on View Blog to see your new banner ad in action.

How to Add Space Between Your Banner Ads

If you want more space between your banner ad and the previous widget you can add <p> before the code you inserted in the HTML/Javascript widget. If you need even more add another <p>

How To Center Your Advertising Banner

If you want to center your banner ad insert <center> before the merchant code and </center> after it.

How to Add More Than One Banner

If you want to add more than one banner ad to the same widget you can do that by pasting the code for the second banner ad below the first lot of code. If you want some white space between the banners ads insert <p> between each block of code.

In case of trouble

Your Banner Is Not Displayed

Your banner ad should appear right away. If your banner ad is not displayed at all then there is a problem with the widget you have just created. Retrace your steps, making sure you have inserted all of the code.

Only a Placeholder for the Banner Is Displayed

If you see a placeholder but no ad is displayed then the affiliate website may be off line or there may be a problem with the code in some way. Go back and make sure you copied all of the code correctly. (Sometimes the / is missing at the end of the code. Remember: All HTML code commands must be closed with a corresponding command: <a> with </a> and so on. The providers of widget and affiliate codes sometimes forget to do this.)

 

In this post I have shown you how to add an affiliate marketing banner to the sidebar of your Blogger blog and provided solutions for two of the most common problems that you may encounter. In upcoming posts on banner advertising I´ll show you how to place banners in a variety of other spots on your blog. So why don´t you bookmark this site so you can return easily?

Good luck!



Related article:

How To Add An Affiliate Banner To The Header Of Your Blogger Blog

H2U8RVTZETHA

Online Business Myths that are Way Off

Bookmark and Share

 

online-business-for-dummies Just like any other occupation, running an online business is burdened with collective beliefs, common knowledge, and myths that are sometimes far from the truth. In this post I am going to tell you about some of these myths.copyrightjps2010_2

1. Building a successful online business is easy

A lot of self-styled “gurus” may lead you to believe that starting an online business is as easy as a stroll in the park. Get a website going, put up a few ads and money starts pouring in. Unfortunately, this is far from the truth. Starting a business on the internet is just as hard as starting a business in the “real” world, it is just as competitive – if not more so -, and can be just as demoralizing. That being said, if you are an authority in your field or a hard worker with great ideas, then you will climb to the top. But it will take time.

2. An Online business requires a different skills than an “ordinary” business

An online business is just that - business. Almost everyone who has a blog or website talks about “social media” and “web 2.0″ and the amazing opportunities tools like Facebook, MySpace and Twitter create for online businesses. And it is true, these sites do open up new ways to make money – if you know how to use them to stay connected to your audience.

But if you do not know how to connect to people in the first place or do not have a valuable service or product to offer, then these social networks and blogging services are not going to magically help you get your message out and make sales for you.

If you have sales skills or marketing skills or the ability to create a buzz around your blog or website, then you will be able to make a huge impact in the internet business world. Remember, the rules are just the same as in the real world. Create a great product, provide great service, and get as many people as possible interested in what you have to offer. Hit it out of the park for people, and you will win.

The only difference is that instead of having customers come into your store from the street, your store is visiting your target audience via computer screen or mobile phone display in their living rooms. Or any other place that has wifi.

3. Online business is just for nerds

This could not be farther from the truth. Sure, it undeniably helps to know your way around a computer, but internet tools are now so easy to use that you really do not need a lot of technical or design expertise. If you can operate a keyboard and a mouse and are willing to put in a little effort to learn about things you do not as yet know much about, then you will be able to create a viable online business.

You can also make use of existing skills if you are interested in working on the internet. If you are a writer (copy-writer, journalist,..) you can start a freelance writing business, and if you are a web designer or social media pro you can do likewise. You can even become an information entrepreneur and provide information and advice via blogs or websites and monetize your sites in many different ways. For all of you content writers out there, please read my post on how to make money with HubPages.

4. Internet marketing is nothing but spam

Sure, there is a loooot of spam out there, but there are also hundreds of thousands of legitimate companies doing business online. Every single brand name company has (and has to have) an internet presence. If they did not, they simply would not exist. There is nothing shady about doing business online. In fact, I would be surprised if in the foreseeable future you will be able to do any business at all without using the internet.

As people gravitate more and more towards the web to do their shopping, find information, communicate with friends, and plan trips and flights, there will be ever more opportunities for online businesses. If you are not preparing your small business for an all-internet world you may be left behind.

5. I cannot start an online business because the Internet is too crowded

The internet is crowded and it gets more crowded every day. But guess what, the streets of many town are also crowded with businesses, but new businesses start and established businesses fold every day.

Google and all the other search engines are becoming better at weeding out the fraudulent, worthless, and spam sites, which makes it easier for the high quality online businesses to shine. Search engine traffic is probably the most important factor in becoming a success on the internet, and if you play by the rules and create a great product or offer a valuable service, you will rise to the top, as the best often do.

6. I do not have time to start my own online business

Building an online presence is probably the easiest as well as cheapest way to further the success of almost any business, big or small. Precious few companies will be able to avoid doing business online. A website or an e-commerce store selling your product is virtually a must.

A good and easy way to start is by creating a blog. It is not as time-consuming as you might think – and  you can do it for free. Start a free blog at Blogger.com or Wordpress.com, find a custom template online that fits well with the product(s) or service(s) you offer (you want a professional-looking online presence, don´t you? ), and start getting your message out. There are a lot of things you can do with a blog with regard to promoting your company and your brand. Even just getting out there and promoting yourself will help you a great deal.

The people who work the hardest and are willing to try out different ways of doing business in order to find out what works best will be the most successful. The internet just helps by making everthing faster. This means that your business can become successful within a short period of time, but it can go down the drain just as quickly.

One of the best things the internet provides though is free access to your target audience, world-wide. You can find and reach out to your community on so many fronts, it is ridiculous. And you can do most of it for free because all it takes it time and the willingness to work hard. Getting your message across and driving targeted traffic to your blog or website are important aspects of the online game. But having an amazing product or service is the most important thing.

Create an amazing product that fulfills a need or solves a problem in an interesting or new way - and you just might become the next online millionaire.

Good luck!

 

Related article:

12 Steps to Successful Blogging

 

 

How to Make Money Online with Squidoo Lenses

Bookmark and Share

 

Squidoo has had its growing pains in the past year or so but is still one of the best free ways to make money - for beginners as well as seasoned marketers. And you do not even need a blog or website of your own! There are people making money online full time just by using Squidoo. That´s how powerful Squidoo is.

To be able to make money online with Squidoo you first need to understand some of its qualities. Squidoo is a one page site that is easily monetized just by the way it is designed. Google has always been very fond of Squidoo - and Squidoo tries everything it can to maintain its favor with Google. Because Squidoo ran in a bit of trouble with Google about a year and a half ago a lot of marketers started to leave the site. But now things are running smoothly again and the guys at Squidoo have been optimizing the ability to make money online for their loyal as well as new contributors.

The best way to make money from Squidoo is by making sure that you have fully optimized keyword rich modules. Squidoo now has no-follow tags from Google, therefore your keywords are determined by the content provided. The tags however still produce value to the inner workings of Squidoo - so do not avoid them altogether. Squidoo members can help you with your rankings and backlinks within the site itself. And your „lenses“ (that´s what articcles on the site are called) are found by the tags you choose.

Squidoo runs its own AdSense ads and you are supposed to receive a percentage of the money they make off the clicks. This kind of compensation is widely used among so-called “write-and-earn” sites. Unfortunately, I cannot tell you how high that percentage is. But I do know that it isn’t much - so I don’t even worry about it.

The best way to make money on Squidoo is by either using their monetizing modules or by using your own methods of monetizing your content. For instance, there are a couple of modules like eBay and Amazon that you are supposedly great money-makers. However, the successful marketers do not use their modules for them.

If you are an eBay or Amazon affiliate or partner you can place you own affiliate sources  within and around the content you create, thereby receiving a greater percentage of the money earned.

This is what an eBay affiliate ad looks like when inserted into Squidoo:

sqidoo ebay

This will allow you to make money online from eBay for full affiliate pay instead of having to share with Squidoo.

The same holds true for Amazon. Instead of only earning a portion of the money from Amazon by using Squidoo’s Amazon Module you will earn the full commission. Here is another example:

sqidoo amazon

The more of these individual ads you run the more opportunity you will have to earn money.

As I have already stated, Squidoo runs the AdSense Ads and you really do not make money online from these ads, but now Clickbank offers their own ads that you can make money with. These are called HopAds. Go to Clickbank and look for the HopAd Builder.Using it, you can build text ads or tabbed ads.

This is an example of text ads:

clip_image001[6]

Your affiliate id will be integrated within the code of the Clickbank HopAds.

Squidoo stopped allowing iframes some time ago, but now there is a way to ad your opt-in forms into Squidoo. If you are among those who specialize in email marketing the opt-in form is a huge benefit on Squidoo. If you publish great content you will get a lot of traffic from search engines and inside Squidoo itself. Being able to capture these leads is a plus. Just offer a free upload or free information and you are good to go. Everyone likes free stuff!

Here is an example of an email opt-in form:

clip_image001[8]

If you are interested in finding out how to add an opt-in form on your lens just follow the link. Click the following link if you want to know how to ad Clickbank HopAds. You will have to leave your email address to receive the manual for adding Clickbank HopAds. Neither one of these methods cost any money.

There are a few more things you need to know before you get start your money making career on Squidoo. Because Squidoo is a one page site, you will definitely want to be focusing on those longtail keywords. This will help tremendously with your PageRank in Google. The traffic may not be as high, but you will be getting a more targeted traffic (meaning more visitors who are looking to buy). Also, when thinking Squidoo think products. Services do OK but you will make money online faster if you use Squidoo for products.

If you are using Squidoo for link building keep in mind that not all modules have “do follow” tags. The “do follow” list includes these modules:

Introduction
Text/Write
Poll (remember you can hyperlink your answers!)
Featured Lenses
Text/Link Lists
Text/Link Plexos (although I don’t recommend that you use these because
it’s link leakage)

Squidoo has a wide range of possibilities when it comes to making money online free. Along with the ability to make money with your Squidoo lens you can have unlimited lenses. Most people start out having a lot of lenses on one account which is a big mistake. Fortunately, they give the opportunity to move lenses around to other accounts. This one of the options built into Squidoo itself. If you are seriously interested in making money you should take care not to have too many lenses on a single account.

There is another great money-maker available to you with Squidoo: Lense flipping! You cannot only move lenses around between different accounts - you can also sell lenses. Lens flipping is a lot like site flipping, but way easier. All you need to do is change one lens to a different lens account. Squidoo lenses are selling for hundreds of dollars - and they don’t even have to have high PR. You can build a well optimized lens (or 3, or 10) today and sell them tomorrow. You would be surprised at how easy this is and how much money can be made by selling lenses. This is an easy way to make money online fast. And all for free.

Good luck!

 

Related articles:

How to Find Suitable Affiliate Programs for Your Blog

How to Find the Right Affiliate Products to Promote

 

 

Make Money By Adding Banner Ads to Your Blogger Blogs

Bookmark and Share

 

money bag One of the things that makes Blogger such a great blogging platform is the ease with which you can add advertising to your Blogspot.com blog and make money from it. In this post I shall be discussing how banner advertisements on your Blogger blog can create passive income for you. By banner advertising I mean advertising in addition to Google AdSense or AdBrite or other contextual ad services you may have already added to your Blogger blog. For information on adding Google AdSense to your blog please read my articles on Google AdSense.

Banner advertising is FREE - And Banners Do Make Money

It is no secret that you can make quite a bit of money by placing banners on your site provided you choose your merchant program(s) carefully and have enough people accessing your site. In my experience, once you reach around 100 unique visitors a day it is high time time to add a few banner ads to your blog.

How to Make Money from Banners on Your Blogger Blog

Affiliate marketing banners are designed to make money for the publisher – in this case: you. In order to place a banner on your blog the affiliate program provides you with a snippet of code to add to your template which makes the banner display and identifies you as the publisher. When a visitor clicks on a banner on your website that click is recorded as originating from your site and you make money as a result of that click. Depending on the merchant program that you have signed up for you will earn a commission for providing a lead, or receive a percentage of the sale.

Money2 An Example of How Banners Work

After having placed a banner ad on your Blogger blog your site gets 100 visitors in a day. Out of that 100 people 5 people (hopefully!) click on a banner which takes them through to the merchant's website. From those 5 people one person makes a purchase of around $50.00. Assuming your commission is 10% of the sale you have just earned $5.00. It really is that easy.

Making the Most of Advertising Banners

To make money from banner ads you need a lot of traffic because only a small percentage of your visitors will take any notice of the advertising on your blog and a still smaller percentage of that pool will actually buy anything once they click. Therefore it is really important that you focus your energies on building site traffic. If you need to grow your traffic read my articles on tips to increase traffic to your Blogger blog.

Fist of Money Of course you do need to choose your affiliate banners carefully as obviously some ads will have more appeal than others. To some extent this is a matter of trial and error, as you can never be completely sure how a banner will perform until you try it. However, you can increase the odds of success by choosing merchant programs that are related to your blog in some way. For instance, if you blog about golfing then advertisers of golfing equipment or golfing vacations would be a good place to start.

How to Add Affiliate Banners to Your Blogger Blog

Adding affiliate banners to your blog is pretty easy. In most cases it is just a matter of copy and paste, and pretty much anyone should be able to do this. Please read my article providing step by step instructions on how to Add Affiliate Banner Ads to the Blogger Sidebar of your Blogger blog if you are unsure. If you want to place a banner in the header of your blog please refer to Add an Affiliate Banner to Blogger Header.

Disadvantages of Banner Ads

Too many banner ads can give your visitors the impression you are just in it for the money. So make sure you do not go overboard with too much advertising that will overshadow or detract from the content of your blog. Keep in mind that less is more - so place your banners ads strategically on your blog. Very good results can be achieved by ad spots 125 placing a small cluster of about 4 banner ads (usually 125x125) somewhere fairly close to the top in the sidebar and a 468x60 banner in the header. The header is obviously the prime position for an effective banner advertising campaign. Read more about how to place a banner ad in the header of your Blogger blog in my adding banners to Blogger series of posts.

The other main problem with banner ads is that they encourage visitors to leave your site - and as everyone knows one of the hardest jobs is to attract the visitor in the first place. Do you really want them to leave your site before they have had a chance to look around? I do not think so. Therefore, only place banner ads on your blog that you are confident will reap you some rewards, otherwise forget it. You might actually lose traffic if you provide too many inducements to leave your site.

Banner Ads Make Money

In this post I have told you about banner advertising on Blogger blogs. You have learned a little about how affiliate programs work and how you might use banner ads on your own blog to make extra money. For tutorials on adding banner ads to your Blogger Blogspot blog please refer to Add Affiliate Banner Ads to a Blogger Sidebar and Add an Affiliate Banner to Blogger Header.

Good luck!

 

Related articles:


8 Tips for Using Affiliate Programs on Your Blog

How to Find the Right Affiliate Programs to Promote



 

Google AdSense Myths Exposed

Bookmark and Share

 

My articles on Google AdSense on Blogger blogs are among the most popular I have written so far. In this post I am going to I discuss the 6 most common myths concerning Google AdSense that, hopefully, will help you get real about monetizing your Blogger blog with AdSense.copyrightjps2010_2

Google AdSense Myths Every Bloggers Needs to Know About

There are countless myths concerningGoogle AdSense which may lead new bloggers in particular into believing that all they need to do to become instant internet millionaires is to place a few Google dd units on their blog or website. Unfortunately, the reality is quite different – especially when you consider that 95% of all blogs receive less than 100 visitors per day. Adding Google AdSense to your blog can and will generate some income, but you need to be realistic about what to expect. In the following paragraphs I am going to expose the 6 most common myths about Google AdSense:

money 1. Google AdSense is a Get Rich Quick Scheme

False. Only a small percentage of bloggers manage to make a living from their blogs. While it is possible to make at least a bit of money from Google AdSense ad units, you have to bear in mind that making money from your blog is dependent on many factors such as types of advertising, placement of ads, quality of blog content, regular posting, number of articles, SEO, backlinks to your site, number of visitors to your blog,… The more articles you write, the more posts will be indexed in search engines like Google,Yahoo and Bing, which may lead to increased traffic and, in turn, to higher income. The bottom line is that for your ads to be effective your blog needs to receive a lot of traffic. Therefore you should concentrate your efforts in this area and make sure that your blog is worth visiting because building a loyal readership is of utmost importance.

Do Your Maths

Google AdSense itself says it is difficult to predict earnings, but there are some general rules to guide you. For instance, if your blog receives 100 visits per day your likely revenue from Google AdSense will probably be about 10 cents per day, assuming that 1 in 100 people click on some form of Google advertising on your site and the page CTR (click-through-rate) is about 0.20%. Over a year that equates to about $36.50. Not a fortune in anyone's book. Likewise, if your blog is fortunate enough to receive 1000 visitors per day you are looking at an annual income from Google AdSense of about $365.00.

100 Visitors per day = Earnings $36.50 per year

1000 Visitors per day = Earnings $365.00 per year

5000 Visitors per day = Earnings $1825.00 per year

10000 Visitors per day = Earnings $3650.00 per year

But be warned - the above figures are an optimistic view. You have to keep in mind that quite a lot of your visitors will be repeats, and the likelihood of a repeat visitor clicking on an ad unit is less than that of a new visitor. Considering this, your earnings could be much less.

Google AdSense and Affiliate Marketing

As stated above, roughly 95% of all bloggers have less than 100 visitors to their blog a day. If your blog falls into this category then Google AdSense alone is not enough for you to quit your job and become a full-time blogger. You will need to display other forms of advertising on your blog as well before your blog work will start to pay off. Check out my article on other forms of advertising that may be suitable for your Blogger blog, including displaying Affiliate Marketing banners.

Affiliate marketing banners are another form of advertising. Consider that if 1 site visitor in 100 actually buys something worth $50.00 you will immediately earn $5.00, assuming you receive a sale commission of 10%. Even if only one in 500 clicks through to the merchant and buys something you will still be ahead of the revenue earned from Google ads for the same number of visitors. ($5.00 from Affiliate Marketing versus 50 cents from Google AdSense.) In many ways Affiliate Marketing is a more profitable marketing strategy than having heaps of Google ads on your blog. However, in my experience a good mix of both is the way to go.

2. Displaying More Ads on a Blog Will Earn More Money

False. Some bloggers mistakenly believe that placing as many Google AdSense units as possible on their blog will yield higher earnings. Sadly, this is NOT the case at all. By putting more ad units on your blog you may actually reduce your earnings. There is a risk that the highest performing Ad units will shift to positions that are less frequently clicked on. For instance, while the top right hand corner is a prime place for an advertising banner because it gets viewed by the most people it is also a spot that tends to get disregarded by savvy visitors who recognise it as an advertising zone and therefore avoid it. At the same time a 336x280 ad unit with a higher CTR is likely to display Google ad units which pay less because the highest CTR has been transferred to the 468x60 or 728x90 ad unit.

money_bags 3. More Traffic Equals Higher Google AdSense Earnings

Not necessarily. Depending on the content of your blog it might not always be possible to drive a lot of new visitors to your site and you might have to rely more heavily on repeat traffic. However, due to the familiarity of the ad placement on your blog repeat visitors are less likely to click on your ad units than new visitors. While you can expect more clicks on your ad units as traffic increases there is no guarantee that Google AdSense on your blog will deliver the kind of earnings you might expect.

4. The Format of Google AdSense Ads is Not Important

False. The format of the ads you display on your blog is very important. You can earn more from some ad formats than others. For instance, it is generally considered that the wide Google AdSense ads (336x280, 300x250 or 250x250) perform best. I like to position one of these directly above or inside my first post.

Link units can be profitable too – if strategically placed. One of the best locations for link units is in or just below your blog header, as many people are used to looking there for a navigation menu. A 728x15 linked ad unit just below your horizontal navigation menu will very likely yield good results.

5. The Placement of Google AdSense Ad Units Does Not Matter

On the contrary - where you place your Google AdSense ads can be critical to making money from your blog. One of the best places to position AdSense is above what is known as the fold. The fold is the top area of your blog visible to your visitors without them having to scroll down. A 336x280 ad unit in this space works well because on arrival at your blog visitors immediately see what they are looking for and click on it. If your blog is about mountain biking, for instance, then Google AdSense, being the content based advertising program it is, will very likely serve up ads about cycling equipment, cycling tours etc. For your visitors seeing exactly what they are interested in on arrival is a definite bonus which may lead them to click on your ad unit.

6. To Make Money from a Blog You Need to Add Google AdSense

False. While Google AdSense is by far the most popular Advertising Network around it is not the only advertising option. There are some good alternatives like AdBrite and Chitika. Let the type of blog you have govern your decisions about which advertising mix you employ rather than just going for Google AdSense because its the easiest.

In this posts I have discussed 6 common myths about Google AdSense that every Blogger (Blogspot.com) blogger should be aware of when placing Google AdSense on their blog. This article will hopefully help you do a reality check and make you realize that while you may be one of the 5% of bloggers sitting on a goldmine Google AdSense will not transform you into a millionaire overnight.

Good luck!

 

How to Find the Right Affiliate Products to Promote

Bookmark and Share

 

“How do I find the right kind of affiliate products to promote on my blog?” is one of the most frequently asked questions when it comes to monetizing a blog. And affiliate marketing is indeed a fascinating topic. Many bloggers are struggling with advertising as a means to make money from their blogs and want to branch out and experiment with affiliate promotions on their blog.

However, wanting to get into affiliate marketing and actually doing so are two very different things. There are a number of difficulties to overcome first.

One of these difficulties is finding the right products to promote.

Choosing the right products to promote is crucial for a number of reasons - the two main ones being:

a) Relevant Products Are Key

If your blog draws an audience centered around a particular topic or demographic it is very unlikely that you will be able to sell products that are in no way relevant to the topic of your blog.copyrightjps

b) The Quality of Products Can Have a Huge Impact on the Success of Your Blog or Brand

Promote low quality products and you could seriously hurt the reputation of your blog/brand. Readers remember who they heard about specific products from and their trust in you and your blog will increase or decrease depending on what you recommend to them.

Therefore, choosing the right affiliate product is crucial. Not only has it great impact on conversions and profitability, the success of your blog/brand and the trust of your readers depend on it as well.

Now, how do you find the right affiliate product to promote?

Here are a few tips and thoughts on finding affiliate products and programs to promote:

  1. Google It – It does not take a rocket scientist to figure this one out - but it does work. If you happen to blog about beauty salons and/or products google “Beauty Products Affiliate Program”. Insert your main keywords into the search engine of your choice and you may just find products that are relevant to your niche.
  2. Watch Your Competition - What kinds of products are other people blogging in your niche promoting? Quite often a quick glance down the sidebar of another successful blog in your niche to find out what products and services they are promoting will reveal affiliate products you could (and probably should) promote as well (and it could also point you to some relevant advertisers to promote).
  3. Take a Close Look at AdSense Ads – You can find products that a relevant to your niche by checking out the AdSense ads appearing besides Google search results, on websites, other blogs and even on your own blog. Do not (ever!!) click the ads on your own blog, but checking out what the ads promote can reveal all kinds of potential affiliate partners. The same thing is true for other types of advertising. For instance, the other day a friend of mine was surfing on Facebook and saw an ad relevant to his blog – and by clicking it he found a new product with an affiliate program that he had not heard of before.
  4. Approach Potential Affiliate Partners - This one might not work if you have a new blog with little traffic, but as your blog grows you might find yourself in a position to approach the distributors of a product or the providers of a service to find out if they would be willing to start some kind of affiliate program for you. Some of the most successful bloggers do this regularly - and they make a lot of money this way. The best part of it is that you get a head start on your competition for the promotion as you are most likely to be the only person promoting it.
  5. Search Affiliate Networks - There are quite a few affiliate networks around that list a lot of affiliate programs. The good ones have search functions to allow you to type in keywords and find promotions relevant to your niche. Check out Clickbank, Commission Junction, MarketLeverage, PepperJam Network, and many more.
  6. Search Online Stores for Products – Almost all popular online stores, for instance Amazon, have affiliate programs attached to them. In general the comissions are not huge (Amazon, for example, offers commissions from as low as 4% up to 15% depending upon the type of product and how much you sell) – the profit margins in the retail trade are rather small - but stores like this have a wide variety of products and are probably the best place to start while you build traffic and search for other programs.

 

Related Article:

What is Affiliate Marketing?

 

What is Affiliate Marketing?

Bookmark and Share

 

Affiliate marketing is a cool way of making money online whereby you as a publisher are rewarded for helping a business by promoting their product(s), service(s) or site.

There are many different forms of promotions but in most cases they involve you as a publisher placing banners or links on your website or blog and then earning a commission whenever someone follows one of these links/banners to another site where they then buy something.

In a common variation on this scheme you will be getting paid a specific amount of money for referring a visitor who then takes some kind of action - for example signing up for something and providing an email address, completing a survey, leaving a name and address, etc.

Commissions are very often a percentage of a sale but can also consist of a fixed amount per conversion.

Conversions are generally tracked in a simple and straightforward manner: the publisher (you) is provided with a link containing a special code only given to you that enables the advertiser to track where conversions are coming from (usually by cookies). In some rare instances an advertiser might provide publishers with a ‘coupon code’ for their readers to use that helps to track conversions.

  • Advertisers often prefer affiliate marketing as a way to promote their products because they know they will only have to pay for the advertising when there is a conversion. They will have to be content with making less money from each sale, but in exchange they will have recourse to a network of affiliates promoting their product which in turn will almost certainly increase overall sales levels.
  • Publishers often prefer affiliate marketing because if they find a product that is relevant to their niche earnings can and will greatly exceed those of any pay per click or pay per impression advertising campaign.
Is Affiliate Marketing Easy Money?

While affiliate marketing can be an incredibly lucrative source of income it is important to know that it is not necessarily easy money. Most people who try it make fairly little money, for success relies upon a number of factors, including:

  • traffic (high traffic helps a lot)
  • finding products relevant to the content of your site or to your readers
  • finding quality products as well as reliable companies/partners
  • gaining the trust of your readers
  • getting your readership into a ‘buying mood’
  • being able to write good sales copy (and many more)

It has to be mentioned, that there is also some risk associated with affiliate marketing in that if you push too hard or promote products of inferior quality you can actually burn readers and thereby hurt your reputation and brand.

It is also worth noting that affiliate marketing does not work well on all blogs and websites. Some blogs/websites are on topics that make it extremely difficult to find products to promote while others attract audiences who are not in a buying frame of mind and in still other cases affiliate marketing just does not fit with the blogger’s style or approach.

Why Affiliate Marketing Can Work Well on Most Blogs

Affiliate marketing is not the only way to make money from blogs and it definitely will not suit every blog/blogger (see above) but there are a few reasons why it can be profitable in our medium. Perhaps the most important of these reasons is that affiliate marketing can and does seems work very well when there is a trusting relationship between the publisher and his/her readers.

I have found (and many bloggers will confirm this statement) that the more the trust between publisher and readers deepens the more likely the readers will follow the recommendations that are made in a specific blog.

Of course, this fact can also turn against you and your affiliate marketing endeavours - promote the wrong product and you can easily lose the trust of your readers.

Please be sure to read the related post on how to find the right affiliate products to promote.