
Welcome to the second part of Blogging for Dollars, a series of articles that cover how to make money with your Blogware-powered blog and Google's Adsense.
In the previous article, I wrote about the opportunities that AdSense provides to someone with a blog. With a few hundred pageviews a month, it's possible to cover the monthly charges for your blog and make it pay for itself. With a few thousand pageviews a month, you can harness your blogging and make it generate some decent spending money. With the right topics or themes, you might even be able to seriously supplement your income.
In this article, I say "enough with the theory, it's time to make some money!" I'll cover the process of getting an Adsense account and then inserting AdSense into your Blogware-powered blog.
Getting an AdSense Account
The first step is to get an AdSense account from Google. To do this, go to:
http://google.com/adsense
You'll be taken to a page that will look something like this:

To enter the sign-up process, click the Click Here to Apply button. You'll be taken to the sign-up form. It's divided into a number of sections, each one requiring a different type of information about you or your blog. We'll go through them one by one.
Website Information
The first section is pretty simple: you simply tell them where to find your blog and what language it's written in.

When you enter the URL (some people like to call it the "web address") of your blog into the field marked Website URL, don't add the "http://" part. For example, when I signed up for AdSense for my personal blog, I entered accordionguy.blogware.com there.
Contact Information
The second section is for contact information, so that Google know to whom they should address and send the check.

When you enter the information for Country or Territory and Payee Name (that's the person who should get the checks), make sure you don't make any mistakes. Those can't be changed once the application process has begun.
Product Selection
The third section is for choosing which AdSense products you'd like to have on your blog.

Check both. Right now, we're focusing solely on AdSense for Content, which are the context-sensitive ads. I'll cover AdSense for Search -- which puts on "Search" function on your site for which you get paid when it's used -- in a later article.
Policies
The fourth and final section is where you promise that you'll adhere to the terms and conditions of being an AdSense member.

You have to agree to all the terms to become a member, which means you have to check all those boxes. By checking all of them, you're making many promises, some of which are:
- That you won't click on the AdSense ads on your own blog.
- That you won't tell people to click on your ads.
- That you won't put porn (and other content forbidden by the terms and conditions -- see here) on your blog.
- That you won't disclose how much your blog makes via Adsense.
Once You've Filled Out the Form...
Click the Submit Information button. Then it's time to play the waiting game.
(Cue that line from The Simpsons: "The waiting game sucks. Let's play 'Hungry Hungry Hippos'.")
You won't have to wait too long. I've read on several sites that most acceptance/rejection emails from the AdSense screening people arrive within 1 or 2 days of your clicking the Submit Information button.
Once you've been accepted, you can proceed to the next step: inserting AdSense ads in your blog!
(If you've been rejected, cheer up, and I'll cover what to do in a later article.)
Putting AdSense on Your Blog
Now that you've been accepted, the next step is to put AdSense into your blog. Although there's going to be a lot of Blogware-specific material in this section, a lot of this is applicable to other blogging software or web pages in general.
Logging In
The first step is to go to the AdSense main page (http://google.com/adsense) and log in using the email address you provided when you signed up and the password emailed to you by AdSense.

Once You're In
Once you've logged in, you'll see that the site is divided into three major sections:
- Reports: This section provides reports of your earnings. Since you haven't installed AdSense on your blog yet, this won't be useful to you right now.
- AdSense Setup: This section generates you the code that you need to place in your blog in order for AdSense to work. We'll be working in this section today.
- My Account: This section lets you review and change your account information, such as deatils about your blog, contact information and payment information.
Make sure that you're in the AdSense Setup section, which is shown below:

The page displays a number of AdSense services. Right now, we're only interested in the ads, so click on AdSense for Content.

The AdSense for Content page provides two choices of AdSense unit: as units and link units. For the time being, let's concentrate solely on ad units. I'll cover link units and the difference between them and ad units in a later article.

Select the Ad unit option and click the Continue button at the bottom of the page. You'll get taken to a page that looks like this:

This page lets you select a format and a color set for your AdSense ads. Once you've selected a color and a format, you'll be given a piece of JavaScript code that you insert into your blog's layout.
Now it's time to create an ad unit.
Making an Ad Unit
At its simplest, creating an ad unit requires only two sets of selections. The first is to select a format, which is done from the drop-down menu shown below:

If you need to see examples of the various formats available, click on the Ad Formats link.
For this example, I'm going to choose 160 x 600 Wide Skyscraper. A number of sites that cover AdSense suggest that ads in sidebars get more clicks than banner ads, and the Wide Skyscraper is the largest ads that will fit in a sidebar. Here's what the Wide Skyscraper looks like:


Once you've selected the format, the next step is to choose a color scheme. You do this in the Colors section, which is shown below:

There are two ways you can choose a color scheme. The simplest way is to choose one of the pre-defined color schemes from the drop-down menu:

The other way is to define your own color scheme using these controls. You can either type in the color code of the colors you want to use...

...or, if you're a more visual sort, you can click on the color boxes and choose from the palette that pops up:

No matter which way you choose your ad unit's colors, you can see a sample showing the color you chose. The sample appears near the bottom left of the Colors section and updates whenever you choose a new pre-defined color scheme or change a color yourself:

Feel free to pick whatever color scheme or colors for your ad. As a general rule, you should choose a color scheme or select colors that match those of your blog. In a later article, I'll write about effective color choices.
Once you've chosen the color scheme or colors, click the Continue button at the bottom of the page. You'll be taken to the final page, which contains the AdSense code:

This AdSense code needs to be inserted into the layout of your blog. If you click anywhere inside the textbox marked Your AdSense Code, you'll select all the code. Copy it (control-C on Windows and Linux, command-C on the Mac). If you like, you can open a text editor or word processor and paste the code there.
Now that we have the code, it's time for the final step: putting it into your blog's layout.
Putting AdSense into Your Blog's Layout
(Note that this section is specific to Blogware and Blogware-powered blogs.)
The simplest way to place an AdSense ad unit into your blog is to place it in a custom component. As a component, it will be easy to move to different places in your layout once you've defined it. The ability to easily move ad units about is important because one of the keys to success with AdSense is experimenting with ad placement.
Log into your blog's control panel and go to the Look & Feel section by clicking the Look & Feel tab.

The page for editing components is in the Layout section, so click on the Layout below the Look & Feel tab:

Now click on the Components tab:

Here's the part of the resulting page that's most important to us at the moment: the Add Custom Component section. This is where we can create a new component, which is a piece of code that we can easily move around the blog's layout. The Add Custom Component section is shown below:

Give your component a name so that it's easy to identify. In this example, we'll give it the name "Skyscraper Ad" by entering it into the Name textbox:

Now the slightly harder part: to enter the code that defines the component. Enter the following into the Content textbox:
<div class="component"></div>
Which looks like this in the control panel:

Note that those two lines are separated by a blank line. The blank line doesn't really do anything except make the next step easier. The next step is to paste the AdSense code into that blank line:

Now that we've defined the component, it's time to save it. Click the Add Component button to save it. The page will reload and the component should appear in the Custom Components list:

With a component defined and saved, there's only one step remaining: it's time to add it to the layout. For this example, we'll add it to the top of the blog's left sidebar. To add components to sidebars, we need to click the Columns tab:

This will give you a view of the components as they are laid out in the blog's left and right columns. Since our new "Skyscraper Ad" component (in the page it appears as "Custom: Skyscraper Ad") isn't in use yet, it's in the Inactive column:

To place our skyscraper ad at the top of the left sidebar, drag it from the Inactive column to the top of the Left column. Here's what the page looks like while you're dragging the component to its destination:

And here's what the page looks like when you've dropped it:

Now click the Save button at the bottom of the page. Once you've done that, the ad unit will be in your layout at the top of the left sidebar. Take a look at your blog now: the Skyscraper ad unit should now be at the top of the left sidebar:

Congratulations!
You've just placed an AdSense ad on your blog. Now it's a matter and waiting to see how much money comes in.
To keep an eye on the action that your AdSense ad is getting, log into to the AdSense site (http://google.com/adsense) and click the Reports tab. You'll be take to a page that candisplay all sorts of reports showing how much money your AdSense ads have earned.
Next time: I'll talk about AdSense reports and ad placement.