Click here to Skip to main content
15,898,371 members
Articles / All Topics

Monetising Your Blog with - Adsense

Rate me:
Please Sign up or sign in to vote.
4.82/5 (3 votes)
22 Jun 2015CPOL3 min read 7.9K   1   5
In this post, we will connect our blog to use Google Adsense and display adverts from Google network sites in the beginning of each article so as to monetise the site.

How to Monetise Your Blog

In this post, we will connect our blog to use Google Adsense and display adverts from Google network sites in the beginning of each article as to monetise the site.

Money, that is why. You have been writing interesting articles going through SEO techniques, using any kind of social marketing to get some visitors and now your next obvious goal is to make some money. To monetize your blog is important as at the end of the day maintaining quality blogs are a very time consuming job and there are some expenses associated. Having the ability to generate some money from the Blog can be a key performance indicator of how good your marketing skills are and above all, if you are not making money out of something than that is a hobby. Thus, once we manage to get the first penny, it would mean we finally managed to turn our hobby into a business.

why not monetise your blog

Just in case you have not noticed by now, advertisers are ready to pay money to have your visitors' attention. So our next challenge will be to find advertisers, negotiate a price for our service of asking our visitors to click through to their web site. Also, we need to find a way to monitor these click throughs and a way to facilitate this payment… Sounds like a big job well NO Problem, Google already has it sorted with Adsense.

What is Google Adsense

The almighty Google is all about the money and if you have the traffic, they will definitely be there helping you monetize your blog for a reasonable cut.

<quote> “For displaying ads with AdSense for content, publishers receive 68% of the revenue recognized by Google in connection with the service.” Reference Adsense Answers

google adsense

Google AdSense is a simple way for publishers to make money by displaying targeted Google ads on their websites. All you need is an account and the ability to insert a script into your code like the one below. Direct negotiation with advertisers can be more lucrative but Adsense definitely is a good start as there is no need to manage advertiser relationships, and you have access to a huge source of advertiser demand. More advertisers means competition for your ad spaces, more relevant ads and potentially some click through.

XML
<style="display:block"
data-ad-client="ca-pub-123456789"
data-ad-slot="123456789
data-ad-format="auto">

How To Get It Running in BlogEngine.Net

What I was after was the ability to include adverts in my content. At the end of the day, you will only get paid if someone clicks on your Advert and showing the advert on the left side menu is not compelling enough. From a reader perspective, seeing an advert before you get to the end of the article is a small price to pay for good content.

Adverts in articles

As I am using BlogEngine.Net, I decided to get my hands dirty and do the extension myself. The implementation is very straight forward, as it consists of hooking to the full article page load event and adding the Google adsense script to the beginning of the article. Being an extension, I can enable and disable it from the custom extensions list within the blog engine.

BlogEngine.Net  Adsense Custom Extension

The script is stored in a text file in the same folder of the article in case one needs to edit it all you can do it by FTP access. Folder path: “BlogEngine.NET\Custom\Extensions\Adsense”.

Adsense Extension File Structure

If you want to use my own adsense extension, feel free to download the code from my Adsense GitRepository.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Malta Malta
Hello. I am Adrian from Malta, worked in different markets like gaming , marketing, regulatory bodies, government etc. Passionate in Internet marketing, search engine optimization and development frameworks. Love travelling and diving.
See my blog for the latest of my development stories @ www.adriancini.com

Comments and Discussions

 
Questiontraffic advice Pin
Bobby Lough25-Jun-15 4:19
Bobby Lough25-Jun-15 4:19 
AnswerRe: traffic advice Pin
Adrian Cini25-Jun-15 4:37
Adrian Cini25-Jun-15 4:37 
Traffic advice. Well recently I started marketing on twitter and had a very positive feedback. SEO is definitely a good long term investment see my blog on long tail keywords on how to do it. Try to engage as much as you can with current visitors like through emails. Also you can increase your revenue by checking the price for keywords on ad words planner and try to tune your blog towards high paying ones.
Generaltop of the line Pin
Khadam Hussain25-Jun-15 2:36
Khadam Hussain25-Jun-15 2:36 
GeneralAdsense Revenue Pin
Khadam Hussain25-Jun-15 2:34
Khadam Hussain25-Jun-15 2:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.