Jump to content


- - - - -

Google Encouraging Use Of Ad Rotators


  • Please log in to reply
4 replies to this topic

#1 glen

glen

    Administrator

  • Admin
  • PipPipPipPip
  • 888 posts

Posted 31 October 2006 - 12:55 AM

Hey guys, this is an extract from an article that recently appeared on the official Inside Adsense Blog. The key thing here is that they are encouraging people to use ad rotation scripts (in this case a javascript version). There has been a bit of debate in the past as to whether this was OK or not. I have been using PHP scripts to do this but I guess javascript would work just as well.

Cheers, Glen

Quote

The ABCs of A/B Testing
If you’ve ever wondered how your earnings would change if you swapped a banner ad for a leaderboard or if you changed your color palette to Open Air, now you can find out by using A/B testing. In this brief tutorial, we'll review the fundamentals of completing an A/B test.

Tutorial

Let's say you’ve got a gut feeling that a leaderboard ad would double your revenue compared to a banner. To prove it, you'll need some evidence, so you decide to perform an A/B Test.

First, you'll need to create two custom channels, one for each ad unit you're going to be testing. Then, create a leaderboard ad unit and a banner ad unit with identical settings, except for the ad format. Be sure to assign each ad unit the appropriate channel created above.

You can decide how you want to run your A/B test; for example, you can choose to run the test on only 5% of your traffic or only on your home page. No matter what you choose, you'll need to run both of your ad units at the same time. But how can you easily alternate between your two ad formats? The simplest way to do this is to use the javascript template below - it will rotate between the two ad units, showing each 50% of the time.

<script type="text/javascript">
	var random_number = Math.random();
	if (random_number < .5){
		//your first ad unit code goes here
	} else {
		//your second ad unit code goes here
	}
</script>
<script type="text/javascript"	 src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

When using this template, remember to replace “//your first ad unit goes here” with your ad code inside the first set of <script> tags.

Keep in mind that generally, modifying your ad code is against AdSense program policies. However, we've checked with our policy folks and they've given our publishers permission to modify the code for use with this specific script for the purposes of A/B testing. Please be aware that the AdSense team isn't able to provide any support or troubleshooting help for this script or this sort of testing.

Full article link: http://adsense.blogs...ab-testing.html

#2 YourGlobe

YourGlobe

    Member

  • Members
  • PipPip
  • 10 posts

Posted 10 February 2007 - 09:40 AM

That sounds great :)

On my few sites I am currently using just the seaside colour which is making me some money, and since I have an ad rotator already built into phpBB I can now swap these colours and see if anything increases/decreases. Obviously I am not in it just for the money, but the money is nice :P

#3 glen

glen

    Administrator

  • Admin
  • PipPipPipPip
  • 888 posts

Posted 10 February 2007 - 06:03 PM

hi yourglobe,

i have never really tried the seaside colour scheme. does it work OK?

most of the time i just do the boring blue links on a white background.

unless of course i don't have a white background in which case i will use a background that matches the rest of the site.

its been a while since i did some AB testing on colours. thanks for reminding me!

:)

#4 YourGlobe

YourGlobe

    Member

  • Members
  • PipPip
  • 10 posts

Posted 10 February 2007 - 07:28 PM

View Postglen, on Feb 11 2007, 09:03 AM, said:

hi yourglobe,

i have never really tried the seaside colour scheme. does it work OK?

most of the time i just do the boring blue links on a white background.

unless of course i don't have a white background in which case i will use a background that matches the rest of the site.

its been a while since i did some AB testing on colours. thanks for reminding me!

:)

It has brought me in a small piece of money more than it did when I had the white background. It stands out a bit more which makes people read it.

#5 glen

glen

    Administrator

  • Admin
  • PipPipPipPip
  • 888 posts

Posted 10 February 2007 - 08:29 PM

ok thanks for sharing your experience with seaside! my click through rates have not been that good lately so maybe i need to rethink the blending approach.

cheers, glen




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users