If you are generating revenue off your website or blog, chances are you serve banner ads and they are either updated manually by adding the images and URLs into the source codes or with the help of external ad-serving scripts like OpenX or OIO Publishers. Google has a similar web service, call the Google Ad Manager. In a nutshell, it is a simple (and free) web service that helps you manage banner ads. It also comes with a pretty complete inventory report module. Ad Manager integrates with AdSense, therefore webmasters have the ability to serve AdSense ads if there's no banner for any particular slot. Here's a quick look into advantages of Google Ad Manager:
If you are convinced that Google Ad Manager is potentially helpful in managing advertisements for your website or blog, we want to show you how to get it setup right from the scratch. Full guide after jump.
1. Create Ad SlotsAd Slots are the reserved space on your site for ad placements. If you want to insert 4 125×125 banners on your sidebr, you are looking at creating 4 ad slots. Here hongkiat.com, we have eight 125×125 image banners. That means we'll need to repeately create 8 different ad slots. Let's go about doing it.
Repeat step 1, 2 and 3 to create all the ad slots you'll need. For our case, we will be creating 8 ad slots with different name. Here's how one of them look like.
And once you are done with creating all your ad slots, here's how your Inventory page will look like. Next, we will be creating ad placements.
2. Create Ad PlacementsAd Placements are what hold/group your ad slots together. For hongkiat.com, since we have 8 ad slots of 125×125 banners on the sidebar, we'll need one ad placement to hold them together. Ad placement also make sure each ad gets a fair shot of being on the top position if you set them on rotational. Here's how you create ad placement.
Here's a sample of how our Ad Placement settings look like.
Once saved your ad placement, you'll be returned to Inventory -> Placements main page and it looks something like this.
Here's a quick summary - You've created the necessary Ad Slots, and group them under a Ad Placement. The next thing we need to do is to add "real" banners into each of these ad slots. 3. Create OrdersOrdersThink of Orders as banner order requests. It stores information about who the advertisers are, the start and end date of the ad campaigns, and more. If an advertise place an order of banner ad on your website, you create a new Order. If you have 8 Ad Slots, expect to create up to 8 different Orders. Make sense? Let's create some Orders.
We'll now create a Line item for this order. Line ItemsLine Items associate with Orders. Every time an Order is entered, you'll need to create a Line Item for it. Line item allows you to determine the nature of the ad, whether it's serving as CPC, CPM or CPD.You also set the cost/price for the ad here. Everytime you hit the Save button after creating an Order, you'll be directed to create a Line item.
Here's how your line item will look like.
A quick recap before we continue. We've created an Order, with advertiser information, campaign start date and end date. Then we created Line Item for the Order where it stores information like cost type (CPC, CPM, CPD), cost, targetting behavours, etc. The next thing we need to do is to add creative for the ad. CreativesCreatives are images of the ads. Every time a Line Item is added, you'll need to add (and approve) at least one creative for it.
Creative type determines how you serve the banner image. Google Ad Manager is capable of hosting your banners internally (regardlessly of jpg, flash, gif or png) or you can host them elsewhere and insert the image URL. Use rich media if you need manual HTML codes insertion. Here's a sample of how creative upload page should be filled.
Remember to Approve and activate the creative. Repeat all steps in Orders, Line Items and Creatives for every individual banners. In our case, we will repeat this 8 times to fill up all our ad slots. 4. Display BannersHere's our final step before ads start showing on our website - generate the codes and paste them inside our source codes.
Scroll to the bottom to find your generated codes. It should look something like this: <html> <head> <!-- PUT THIS TAG IN THE head SECTION --> <script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js </script> <script type="text/javascript"> GS_googleAddAdSenseService("ca-pub-8918970543424762"); GS_googleEnableAllServices(); </script> <script type="text/javascript"> GA_googleAddSlot("ca-pub-8918970543424762", "HKC-125A1"); GA_googleAddSlot("ca-pub-8918970543424762", "HKC-125A2"); GA_googleAddSlot("ca-pub-8918970543424762", "HKC-125A3"); GA_googleAddSlot("ca-pub-8918970543424762", "HKC-125A4"); GA_googleAddSlot("ca-pub-8918970543424762", "HKC-125A5"); GA_googleAddSlot("ca-pub-8918970543424762", "HKC-125A6"); GA_googleAddSlot("ca-pub-8918970543424762", "HKC-125A7"); GA_googleAddSlot("ca-pub-8918970543424762", "HKC-125A8"); </script> <script type="text/javascript"> GA_googleFetchAds(); </script> <!-- END OF TAG FOR head SECTION --> </head> <body> <p>Sample Text before slot HKC-125A1 </p> <!-- PUT THIS TAG IN DESIRED LOCATION OF SLOT HKC-125A1 --> <script type="text/javascript"> GA_googleFillSlot("HKC-125A1"); </script> <!-- END OF TAG FOR SLOT HKC-125A1 --> <p>Sample Text before slot HKC-125A2 </p> <!-- PUT THIS TAG IN DESIRED LOCATION OF SLOT HKC-125A2 --> <script type="text/javascript"> GA_googleFillSlot("HKC-125A2"); </script> <!-- END OF TAG FOR SLOT HKC-125A2 --> <p>Sample Text before slot HKC-125A3 </p> <!-- PUT THIS TAG IN DESIRED LOCATION OF SLOT HKC-125A3 --> <script type="text/javascript"> GA_googleFillSlot("HKC-125A3"); </script> <!-- END OF TAG FOR SLOT HKC-125A3 --> <p>Sample Text before slot HKC-125A4 </p> <!-- PUT THIS TAG IN DESIRED LOCATION OF SLOT HKC-125A4 --> <script type="text/javascript"> GA_googleFillSlot("HKC-125A4"); </script> <!-- END OF TAG FOR SLOT HKC-125A4 --> <p>Sample Text before slot HKC-125A5 </p> <!-- PUT THIS TAG IN DESIRED LOCATION OF SLOT HKC-125A5 --> <script type="text/javascript"> GA_googleFillSlot("HKC-125A5"); </script> <!-- END OF TAG FOR SLOT HKC-125A5 --> <p>Sample Text before slot HKC-125A6 </p> <!-- PUT THIS TAG IN DESIRED LOCATION OF SLOT HKC-125A6 --> <script type="text/javascript"> GA_googleFillSlot("HKC-125A6"); </script> <!-- END OF TAG FOR SLOT HKC-125A6 --> <p>Sample Text before slot HKC-125A7 </p> <!-- PUT THIS TAG IN DESIRED LOCATION OF SLOT HKC-125A7 --> <script type="text/javascript"> GA_googleFillSlot("HKC-125A7"); </script> <!-- END OF TAG FOR SLOT HKC-125A7 --> <p>Sample Text before slot HKC-125A8 </p> <!-- PUT THIS TAG IN DESIRED LOCATION OF SLOT HKC-125A8 --> <script type="text/javascript"> GA_googleFillSlot("HKC-125A8"); </script> <!-- END OF TAG FOR SLOT HKC-125A8 --> </body> </html> Follow the instructions stated in comments to insert the codes into their respective Note: To prevent errors and avoid messing up the live site, it's good that you copy the generated codes, paste it on a blank HTML to test the output. If the ads do not show up, chances are your current time is not yet the start date set in Orders and Line Items. It's done! You are now managing your website banners with Google Ad Manager. Login again few days later to check on the performance. For any other questions, drop a comment, I'll try my best to help. |
How To Setup Google Ad Manager on Your Blog/Website
Posted by Webber at 1:43 AMThis entry was posted on 1:43 AM . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)









0 comments:
Post a Comment