Showing posts with label Monetize Blogger.. Show all posts
Showing posts with label Monetize Blogger.. Show all posts

Google Adsense Tips for a Blogger Blog

As the Blogger platform is owned by Google it is not surprising that Blogger makes it very easy to add Google Adsense to your Blogger Blogspot blog. In this tutorial you will learn about different ways to add Google Adsense to your blog. Along the way I will be offerring a few tips about best placement of Google Adsense units. I have aimed this Blogger tutorial at new bloggers and beginners and assumes no prior knowledge of Google Adsense. Bear in mind that before you can start to add Google Adsense to your Blogger blog you will need to have created an Adsense account.

3 Ways to Add Google Adsense to Blogger
There are two main ways to add Google Adsense to Blogger: one is to use a Google Adsense widget and the other is to use a HTML/Javascript widget. There is also a third way, which is outside the scope of this article, which is to hard code the Adsense code directly into the template.

Adding a Google Adsense Widget to Blogger 
An Adsense widget is a container for the Google Adsense code. Once created it is easy with Blogger's powerful interface to drag and drop widgets into different positions within your template. Google Adsense widgets can be added to the header, sidebar, footer, or body of your blog. A Google Adsense widget is created when you click on an Add a Gadget button in the Layout > Page Elements menu and then select Adsense.

How to Add a Google Adsense Widget to the Sidebar
The simplest way to add Google Adsense is to select Adsense from the range of gadgets offered in the Layout > Page Elements page. Assuming you are using one of Blogger's standard templates you will more than likely be adding a skyscraper unit 160x600 or similar to the sidebar.

Google will work out the color scheme of the ad unit for you according to your template. You can override these settings if need be and configure the colors manually but stick with the default unless you have good reason not to. Another decision you will need to make is about the format of the ad unit. You can choose between text only and text and image. Personally I prefer text units for sidebars as you get more bites of the cherry than with an image unit. Images only advertise one thing while text units may provide up to 5 different links. However if you need a particular look you might still need to go for the image unit which is why Google offer this flexibility in the first place. Bear in mind that the combined text and image units are considered to be the highest earners.

Add 160x600 Google Adsense Skyscraper

Add an Adsense Widget to the Footer
Another not so widely used place for a Google Adsense unit is in the footer of your blog. If your template has a footer (eg Blogger standard templates like Minima and Rounders both have footer sections) you can add a Google ad unit to this area too. Footers are becoming increasingly popular places to add information like Archives and Follower widgets so visitors are getting used to the idea of scrolling down to the bottom of the page to check out the footer.

linked 728x15 ad is a good choice for a footer position especially if you have a Followers widget enabled in the footer. I place this linked ad unit directly above the Followers widget. I suggest you make use of linked units if you can - you are allowed up to 3 linked units per page. Linked ad units can earn revenue if strategically placed on your blog. Do keep in mind though that Google Adsense units nearer the top and middle of the page are more visible and are likely to be your top performers.

Add 728x15 Linked Google Adsense Unit to Blogger Footer

HTML/Javascript Widget
The second way to add Google Adsense to your blog is to use aHTML/Javascript widget. Make use of these if you want to have more control over your advertising and track your Google ad units. To get the code in the first place you will need to login to Google Adsense and create each ad unit in the size of your choice from the Ads for Contentmenu. This will allow you to set up a unique channel for each ad unityou create so that you can identify which are your top performing units. For every new ad unit generated Google Adsense provides the code which you will need to copy and paste into a HTML/Javascript widget positioned in either the sidebar or the footer position.

How to Add Google Adsense Between Posts
Blogger is such a powerful Blogging platform with so many great features. One of these features is the facility to set Adsense to appear between blog posts. All that is needed is to navigate to Layout > Page Elements. Click on the edit Blog Posts link and check Show Ads Between Posts(last in the list)from the Select Items menu. I usually select 336x280 ad unit size as this gives a good ratio of links for the size. I also prefer text units for this position too as again you are more likely to have a visitor click on a link if they are presented with quite a few. Save and view your blog. Blogger automatically places one of three Google Adsense ads directly below each of the first three posts. If you want to space the ads further apart you can do so though in my experience there really is no advantage in doing this.

Remember that you can have up to three ad units and up to three linked ad units displayed at any one time. If you have ads in another part of your blog for instance Blogger will automatically recognise this and only display 2 other ad units. Sometimes I notice there is a bit of a glitch with Blogger and it may not display sidebar ads in favour of 3 ads in between posts so you might have to play around with this a little to get the positioning you want.

Add Google Adsense Between Posts

Note: To Center the Google Adsense Ad Unit
  1. Go to Layout > Edit HTML
  2. Check the Expand Widget Templates box
  3. Make sure you back up your template before proceeding
  4. Find the code block beginning with this line:
    <data:defaultAdStart/>

  5. Scroll down until you find these lines:
    <div class='inline-ad'>
    <data:adCode/>

  6. Change these lines to the following:
    <div class='inline-ad'>
    <P ALIGN='center'><data:adCode/></P>

  7. Save template


In my next couple of articles about Google Adsense I will be discussing how to add Google Adsense to other parts of your Blogger template including in the header, before the first post, after the last post, and in the middle of posts. This article has covered the basics of placement of Google Adsense for Blogger and offerred some suggestions about best placement of Google Adsense ad units.
Read More

Better Placement of Google Adsense in Blogger

To increase the performance of Google Adsense on your Blogger Blogspot blog you can extend the choice of placement options of your Google ads with some simple tweaks. This involves making a few minor adjustments to your Blogger template to increase where widgets can be created and how many widgets can be placed in your template.

In this second tutorial of the series on placement of Google Adsense in a Blogger Blog you will learn how to place Google Adsense between the header and the first post. This will allow for a variety of Google Adsense ads to be added of which the 728x90 leaderboard is probably the most suitable. This tutorial assumes no particular technical knowledge of Blogger and is suitable for bloggers of all technical abilities as it gives step by step instructions to implement the changes.


How to Add Google Adsense Between the Header and First Post
If you want to increase your earnings from your blog you may decide you would like to have a full length advertising banner between the header and the first post. For instance it can be very effective to have a 728x90 leaderboard in this prime position. To add a Google Adsense unit to this position take the following steps:

1. Navigate to Layout > Edit HTML

2. Back up Template as a Precaution

3. Check Expand Widget Templates box

4. Find the following code:
<div id='crosscol-wrapper' style='text-align:center'>
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
</div>

5. Replace

showaddelement='no'

with

showaddelement='yes'

6, Save Template

7. Navigate to Layout > Page Elements

8. Click on new Add a Gadget option that will now have appeared between Blog Posts and the Header. 

Add Google Adsense Between Header and Post by Adjusting the Template

9. Choose Google Adsense and Add Leaderboard 728x90. Save

Add Google Adsense 728x90 Banner Between Header and Template Body

9. View new Google Adsense Unit appearing between header and first post

Here is an example of a 728x90 Leaderboard between the header and the first post and the top of the sidebar.

How to Add Google Adsense Unit Between Header and Blog Posts in Blogger

In this tutorial which is part of a series on placement of Google Adsense in Blogger Blogspot blogs you have learnt how to add Google Adsense between the header and the first post section. As this is a prime position for a 728x90 leaderboard ad unit I have concentrated on showing you how to add this Google Adsense ad unit to your blog. For more tutorials on Google Adsense please refer to the related posts as the bottom of this article. 
Read More

Make Money Add Banners Ads to Blogger


Make Money from Banner Ads on Your Blogger BlogOne of the things that makes Blogger such a great blogging platform is the facility to add advertising to your Blogspot blog and make money from it. In this article I will be discussing how banner advertisements on your Blogger blog can make money for you. By banner advertising I mean advertising in addition to Google Adsense or Adbrite that 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 banners make money provided you choose your merchant program carefully and have enough traffic accessing your site. In my experience once you reach around 100 visitors a day is a good time to add a few banners to your blog.

How Do I Make Money from Banners on My Blogger Blog?
Affiliate marketing banners make money for the publisher - that's you. When you place a banner on your blog the affiliate program gives you 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 can earn a commission for providing a lead, or receive a percentage of the sale.

An Example of How Banners Work
After having placed your banner ad on your Blogger blog your site gets 100 visitors in a day. Out of that 100 people 5 people click on a banner which takes them through to the merchant's website. From those 5 people one person makes a purchase of around $100.00. Assuming your commission is 10% of the sale you have just made yourself $10.00. It's that easy.

Making the Most Out of Advertising Banners
To make money from banner ads you need volume as only a small percentage of your visitors will take any notice of the advertising on your blog and only a much smaller percentage of that pool will actually buy anything once they click. That's why 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.

Make Money from Banner Advertising on BloggerOf course you do need to choose your affiliate banners carefully as obviously some advertising 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. You can increase the odds of success however, by choosing merchant programs that are related to your blog in some way. For instance if your blog is about cars then advertisers of car accessories like audio units would be a good place to start.

How Do I Add Affiliate Banners to My Blogger Blog?
Adding affiliate banners to your blog is pretty easy. Pretty much copy and paste stuff which anyone can do. 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 don't go overboard with too much advertising that will overshadow or detract from the content of your blog. Remember less is more so place your banners ads strategically on your blog. I like 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 a 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 tutorials.


The other main problem with banner ads is that they encourage visitors to leave your site and as we all know one of the hardest jobs is to attract the visitor in the first place. Do you really want them leaving your site before they have had a chance to look around? I don't think so. 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 article I have discussed banner advertising as it relates to Blogger Blogspot 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.
Read More

Add an Affiliate Banner to Blogger Sidebar

A lot of people want to make money from their blog and for this reason want to learn how to insert affiliate banners into their Blogger Blogspot blog. In this Blogger tutorial which is the first of a series I will show you how to place a banner in the sidebar of your Blogger blog (Blogspot blog).

Even if you are new to Blogger and have very little technical knowledge this tutorial is still suitable for you as I will guide you through every step in the process of adding a banner ad to the sidebar of your Blogger blog.

Banner Advertising is an Effective Way to Make Money from a Blogger Blog - Here is a cluster of 3 125x125 banner ads
How to Add an Affiliate Banner To the Sidebar of Your Blog
It is relatively easy to add an affiliate banner to the sidebar of your blog.

1. Sign up with an affiliate marketing program like Commission Junctionand select your merchant

2. Decide on the size of the merchant banner or banners you wish to display in your sidebar making sure that whatever you choose will fit into the sidebar space otherwise your banner ad may not display properly on your blog. Typical sizes suitable for sidebars are:
  • small rectangular banners 125x90 or 125x125
  • square banners 200x200 (if space allows)
  • short vertical banners 120x200
  • long column style skyscraper bnnners 120x600 or 160x600

3. Choose your banner and you will be presented with the merchant code to display the banner. Right click to select all and right click again tocopy the code to the clipboard of your computer

4. In a new window login to Blogger and navigate to Design > Page Elements

5. Click on Add a Gadget in the sidebar. If you are using a customized template you may have 2 different sidebars so decide which you want the banner ad to display in.

6. Select 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 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

Paste Merchant Code of your banner ad into Configure HTML/Javascript content box
9. Click on Save

10. Using 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 your layout

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


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 your inserted in the HTML/Javascript widget. If you need even more add another <p>

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

Add More Than One Banner
If you want to add more than one banner ad to the same widget you can just 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 lot of code.

Troubleshooting

Your Banner Does Not Display
Your banner ad should appear right away. If your banner ad doesn't display at all then there is a problem with the widget you have just created. Retrace your steps making sure you have got all the code.

Only Placeholder for the Banner Displays
If you see a placeholder but no ad displays then the affiliate website may be off line or there is a problem with the code in some way. Go back and make sure you copied all of the code correctly



In this Blogger tutorial you have learned how to add an affiliate marketing advertisement banner to the sidebar of your Blogger blog (Blogspot blog) and about some common problems that you may encounter. In my next tutorials on banner advertising I will show you how to place a banner in a variety of other spots on your blog including the footer, above the first post and in the header. Why not bookmark this site so you can return easily?
Read More

Add Paypal Donate Button to Blogger

If you want to make a few bucks from all the hard work you are putting into your Blogger blog then consider adding a Paypal donate button to your Blogger blog (Blogspot blog).

Paypal Donate ButtonAdding a donation button will encourage all those happy readers to say a big thank you for helping them out. Not everyone will donate but you will get the odd generous soul who will willingly donate some chump change to shout you a coffee.

In this Blogger tutorial we will be adding a gadget to the Blogger sidebar or alternatively you could place it in the foooter of your Blogger template. We will be using a widget to contain our Paypal Donate Button and will not be changing your Blogger template. If you wish to place the donate button into your Blogger posts see the end of this Blogger tutorial for details.

Skill level is rated easy.

How to Add a Paypal Donate Button to Blogger (Sidebar or Footer Gadget)
Note: Updated on January 20 2012 to take account of new Paypal interface

1. Get yourself a Paypal account if you don't already have one

2. Login to your Paypal account

3. Click on the Merchant Services tab

Select Paypal Merchant Services Tab
4. Choose Donations from the list of key features displayed in the right sidebar of the PayPal Website Payments Standard Option (first of 3 payment solutions)
Note Paypal have changed its interface. You now need to select PayPal Website Payments Standard from Merchant Services drop down and then under the buttons in option 1 you will see in pretty tiny writing I must say "There are also buttons for donations and gift certificates." Click on donations.

Select Donations link in Paypal from Paypal Website Payments Standard Options 1 to add a donations button to Blogger Blogspot blog

5. From the Paypal Create a Donation Button screen choose Create Your Button Now link (one of two).



6. Stick with the default button unless you wish to customize it

7. Choose your currency depending on your needs and location

8. Choose Donors enter their own contribution amount radio button unless you want to have a set amount

Paypal Create Button Steps
9. Ensure the Secure Merchant ID radio button is selected. This will prevent spammers getting hold of your email address

10. At Step 2 it is worth saving your button

11. At Step 3 Customize your checkout page by allowing donors to write a short comment by selecting the Yes radio button to special instructions to seller

12. Select the No radio button for Customer's Shipping Address

13. Select the Create Button button

14. Once Paypal creates the donate button code copy it by right clicking your mouse and choosing copy

15. Logout of Paypal

16. Login to Blogger if you are not already logged in

17. Go to Design > Page Elements

18. Click on the Add a Gadget link in the sidebar

19. Choose HTML/Javascript widget from the list provided

20. Paste the button code into the Content box of the dialog box that appears by placing the mouse inside the box and right clicking the mouse and then paste

21. Select a title like "Shout Me a Coffee Today!" or whatever you would like

22. Click on the Save button

23. Drag and drop your new donation gadget into the spot you want it to appear in

24. Click the Save button to ensure your changes are saved

25. Click View Blog to see your new donate button in the sidebar of your Blogger blog

26. Click on your new donate button and you will be taken to the Paypal Checkout screen

Paypal Checkout screen

Tips and Troubleshooting
  1. To Add a Paypal Donate Button to Blogger Posts
    The following instructions will add a Paypal Donate button to all new Blogger posts. Note previous posts will not be changed. You will need to hard code the button into your Blogger template to have the Paypal Donate button added to every Blogger post. (Please ask if you need help with this)
    1. Follow the directions (steps 1-16) as above to get your Paypal button code
    2. In Blogger go to Settings > Formatting
    3. Paste the Paypal Donate Button code into the Post Template box
    4. Save changes 
    5. Click on New Post to see that the code will be automatically inserted at the foot of each new post. (you will need to be in Edit Html mode to see the code)

  2. To Add a Paypal Donate Button to Individual Blogger Posts
    1. Follow the directions (steps 1-16) as above to get your Paypal button code
    2. In Blogger go to the post you wish to insert the button code into
    3. Insert the button code taking care to change all instances of double quotes to single quotes
    4. Save post and publish as normal. (If you have trouble with the preview post button in the old editor in Blogger click on compose and then edit html)


This Blogger tutorial has walked you through the steps needed to add a Paypal donate button to your Blogger blog (Blogspot blog) including how to configure your Paypal button at Paypal. I have covered adding the button as a sidebar gadget or footer gadget or alternatively added to Blogger posts. Have fun!





Read More

Bloggers Guide to Google Adsense Myths

I get a lot of interest in my articles about Google Adsense on Blogger Blogspot blogs. In this article I discuss 6 common myths about Google Adsense that will help you get real about placing Adsense on your Blogger blog.

Google Adsense Myths Every Blogspot Bloggers Needs to Know
There are a number of myths about Google Adsense which can lead new bloggers in particular into believing that they need only slap a few Google Ad units on their blog and they will become instant millionaires. The reality can be a lot different especially when you consider that 95% of all blogs receive less than 100 visitors per day. Adding Google Adsense to your blog can generate some income but there is a need to be realistic. Here are 6 myths about Google Adsense that every blogger needs to know:

Myth 1. Google Adsense is a Get Rich Quick SchemeGoogle Adsense is Not a Get Rich Quick Scheme
False. Only a small percentage of bloggers actually make a living from their blog. It is definitely possible to make some money from Google Adsense Ad units but bear in mind that making money from your blog is commensurate with many factors such as types of advertising, placement of advertising, quality of your content, regular posting, number of articles, SEO, backlinks to your site, number of visitors to your blog to name just a few. The more articles you write, the more posts indexed in search engines like Google and Yahoo which may lead to increased traffic but not necessarily. The bottom line is that for your ads to be effective your blog needs to receive traffic so concentrate your efforts in this area and make sure that your blog is worth visiting once your visitors get there.

Do Your Sums
As Google Adsense itself says it is difficult to predict earnings however there are some general pointers to guide you. For instance if your blog receives 100 visits per day your likely revenue from Google is probably 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 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 $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

The above figures are an optimistic view. I have not allowed for the fact that many of your visitors will be repeats so the likelihood of a repeat visitor clicking on an ad unit is less than for that of a new visitor. On this basis your earnings could be much less.

Google Adsense and Affiliate Marketing
About 95% of Bloggers would have less than 100 visitors to their blog a day. If your blog is in this category then Google Adsense alone will not allow 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 will start to pay. 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 can work as a 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 10% of the sale as a commission. 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


Myth 2. Displaying More Ads on My Blog Will Earn More Money
False. Some bloggers mistakenly believe that placing more Google Adsense units on their blog will yield higher earnings. Sadly this isn't 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 eyeballs it is also a spot that tends to get disregarded by savvy visitors who recognise it as an advertising zone and 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 Ad unit.
Myth 3. More Traffic Equates to Higher Google Adsense Earnings 
Not necessarily. Depending on your blog's content it might not always be possible to drive a lot of new visitors to your blog and you rely more heavily on your 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.

Myth 4. The Ad Format of Google Adsense Ads is Not Important
False. The ad format 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 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.

Myth 5. Placement of Google Adsense Ad Units Doesn't Matter
On the contrary where you place Google Adsense can be critical to earning revenue from your blog. One of the best places to position Adsense is above what's 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 the visitor sees what they are looking for and clicks on it. For instance if your blog is about mountain biking then Google Adsense will very likely serve up ads about cycling equipment, cycling tours etc. For the visitor seeing exactly what they are interested in on arrival is a definite bonus which may lead them to click on your Ad unit.

Myth 6. To Make Money from My Blog I Need to Add Google Adsense 
False. While Google Adsense is by far the most popular Advertising Network 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 around which advertising mix you employ rather than just going for Google Adsense because its the easiest.

In this article I have explored 6 common myths about Google Adsense that every Blogger Blogspot blogger needs to be aware of when placing Google Adsense on their blog. This article will hopefully help you do a reality check and help you recognise that while you may be one of the 5% of bloggers sitting on a goldmine Google Adsense won't transform you into a millionaire overnight.

Read More

Add Google Adsense to Blogger Header

In this Blogger tutorial you will learn how to add Google Adsense to the header of your Blogger blog. This article assumes no knowledge of Blogger and provides a walkthrough of the steps involved to add Google Adsense to the header of your blog.

This is the third Blogger tutorial in a series on adding Google Adsense to a Blogger blog (Blogspot blog).

Place Google Adsense Below Post Title in Blogger
Better Placement of Google Adsense on a Blogger Blog
  1. How To Add Google Adsense to the Header (Above the Title)
    If you want to add Google Adsense to your header for instance above the title you can by adjusting your template to give you the option of adding more than one widget to the header area.
    1. Login to Blogger and navigate to Design > Edit HTML
    2. Back up your template as a precaution by downloading the full template to your computer
    3. Using CTRL + F to bring up the search box find the following line of code. For default Blogger templates - Layout (2006) such as Minima, Thisaway and Sand Dollar and for many custom templates find <div id='header-wrapper'>

      For new Blogger templates such as Simple and Awesome Inc find this line <div class='region-inner header-inner'>
    4. Replace the following code in red: 
      <div id='header-wrapper'>
      <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>

      with
      <div id='header-wrapper'>
      <b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>

    5. Save Template
    6. Navigate to Design > Page Elements (previously Layout > Page Elements) and view the new option to add a gadget to the header area

      Add a Gadget to the Header to insert Google Adsense
    7. Click on Add a Gadget and select the Google Adsense gadget.
    8. Choose the type of ad unit you want. For this example I chose a new linked 728x15 ad unit from the dropdown format menu for an Adsense ad that would sit above the blog title. Configure colors if necessary. Color blending is usually done automatically by Blogger according to the color schema of your template.
    9. Click Save
    10. Click View Blog to see your new Google Adsense unit in place. All going well your new ad unit should appear look something like the image below

      How to Add Google Adsense Ad Unit Above the Title in the Header of Blogger - 728x15 Linked Google Ad Unit

  2. How to Add Google Adsense to the Header (Below the Title)
    To have your new Google Adsense linked unit appear below the title the steps are the same as above. The difference is that you will need to shift the ad unit into position by using the drag and drop feature to move the widget below the header title in the Design > Page Elements page.

    Add Google Adsense gadget below blog title in Blogger
    Add Google Adsense 728x15 Ad Unit to Blogger Header Below the Title


Tips and Troubleshooting
By default Blogger will left align these ads so if you want to center the Adsense unit then use the <div align='center'>

How to Center a Google Adsense Unit in Blogger
  1. Once you have created your Google Adsense unit go to Design > Edit HTML
  2. Check the Expand Widgets Template box
  3. Find the code you replaced in Step 4
    <b:section class='header' id='header' maxwidgets='3' showaddelement='yes>

  4. Directly below you will see lines of code that resemble the following:
    <b:widget id='AdSense2' locked='false' title='' type='AdSense'>
    <b:includable id='main'>
    <div class='widget-content'>
    <data:adCode/>
    <b:include name='quickedit'/>
    </div>

  5. Add the following code shown in red
    <b:widget id='AdSense2' locked='false' title='' type='AdSense'>
    <b:includable id='main'>
    <div class='widget-content'>
    <div align='center'><data:adCode/></div>
    <b:include name='quickedit'/>
    </div>

  6. Save template and view your Adsense widget which will now be centered


In this Blogger tutorial you have learnt how to add a Google Adsense unit above and below the blog title in the header section of your Blogger blog (Blogspot Blog). I have also demonstrated how to center the Google Adsense unit. As always any questions please ask.
Read More

Blogger Guide to Google Adsense Placement

There are so many places to position Google Adsense in a Blogger Blogspot blog. This article covers the most common places to add Google Adsense ad units and linked units in a Blogger blog together with links to the various articles which explain in detail how to insert the Google Adsense ad unit into Blogger. 

Included in this article about Google Adsense placement are articles that cover positioning in the header both above and below the title, in the sidebar, in the footer, between the posts, between the header and the first post, below the post title, in the middle of posts, between the end of an article but before the embedded comment form

Format of Google Adsense Ad Unit

Google Adsense Ad Units

728x90 Leaderboard
728x90 leaderboard under Blogger header
728x90 leaderboard above Blogger header

160x600 Vertical Wide Banner
160x600 vertical wide banner in sidebar or 120x600 or 120x200

336x280 Large Rectangle
336x280 below post title or 250x250 or 300x250


Google Adsense Linked Units

728x15 Linked Unit
728x15 linked unit in Blogger footer or 468x15
728x15 linked unit in Blogger header or 468x15
728x15 linked unit above Blogger header or 468x15


Placement of Google Adsense on Blogger

EASY - CHANGE SETTING ONLY

Add Google Adsense Between Posts in Blogger
Blogger has a setting which allows you to add Google Adsense between posts. Read more about how to Add Google Adsense Between Posts in Blogger 


EASY - ADD WIDGET ONLY

Add Google Adsense to a Blogger Sidebar
It is extremely easy to add a Google Adsense ad unit to a Blogger sidebar using a HTML/Javascript gadget or widget. For instructions on adding an ad unit to the sidebar please refer to Add Google Adsense to Blogger Sidebar

Add Google Adsense to a Blogger Footer
It is not so popular to place Google Adsense ad units in a Blogger footer however with the increased use of footers as a place that contains valuable information it is becoming more common to place an ad in the footer particularly a linked unit. For instructions on how to place a Google Adsense 728x15 linked unit in the footer refer to Add Google Adsense to a Blogger Footer


EASY-INTERMEDIATE - MINOR CHANGE TO TEMPLATE CODE AND ADD WIDGET

Add Google Adsense or Banner Above Blogger Header
If you have occasion to display either Google Adsense or an affiliate banner above the Blogger header you can by adding a section to the Blogger template. You can add any kind of Google Adsense content or linked ad unit although I suggest that a 728x90 leaderboard would be ideal for this spot.

Add Google Adsense or Banner Above Blogger Header 

How to Add Google Adsense or a banner above Blogger header

Add Google Adsense to Blogger Header
The header of a Blogger blog is a popular place to add Google Adsense particularly a linked unit. I have good success adding a linked unit below the blog title in the header of my blog.

Add Google Adsense Above the Title

Place Google Adsense Above the Title

Add Google Adsense Below the Title

Place Google Adsense Below the Title in Blogger

Add Google Adsense Between the Header and the First Post in Blogger
Some templates lend themselves well to having a full length banner below the header. The Minima template for example suits a 728x90 Google Adsense unit just below the header and before the first post. Instructions on how to Add Google Adsense Between the Header and the First Post in Blogger

Add Google Adsense Between the Header and the First Post in Blogger

INTERMEDIATE - INSERT GOOGLE ADSENSE CODE INTO TEMPLATE

Add Google Adsense to Body of Post
Positioning Google Adsense within the body of the post in Blogger is a bit more tricky as it requires adding the Google Adsense code to the template. Before adding the code it must be parsed so the Javascript can be read by Blogger

Add Google Adsense Below Post Title

Add Google Adsense Below Post Title

in this article I have pulled together a number of Google Adsense articles I have written in the past about adding Google Adsense to a Blogger Blogspot blog so that it will provide an easy reference for anyone wanting to find out about Google Adsense placing on Blogger.
Read More
Designed ByBlogger Templates